We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56d614 commit fe1e1a7Copy full SHA for fe1e1a7
tests/TestFiles/Modules/Web.php
@@ -213,7 +213,6 @@ public function goto_widget_selection() {
213
$this->driver->find_element_and_click( 'button[type="submit"]' );
214
215
// handle consent page.
216
- $this->driver->wait_for_seconds( 3 );
217
$allow_id = '#allow';
218
$allow_button = $this->driver->find_and_check_element( $allow_id );
219
0 commit comments