Skip to content

Commit fe1e1a7

Browse files
committed
fix test driver failing to switch back to main window
1 parent a56d614 commit fe1e1a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/TestFiles/Modules/Web.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ public function goto_widget_selection() {
213213
$this->driver->find_element_and_click( 'button[type="submit"]' );
214214

215215
// handle consent page.
216-
$this->driver->wait_for_seconds( 3 );
217216
$allow_id = '#allow';
218217
$allow_button = $this->driver->find_and_check_element( $allow_id );
219218

0 commit comments

Comments
 (0)