diff --git a/tests/Browser/Contacts/ExportTest.php b/tests/Browser/Contacts/ExportTest.php index 22b71dee2ba..a001933e24c 100644 --- a/tests/Browser/Contacts/ExportTest.php +++ b/tests/Browser/Contacts/ExportTest.php @@ -46,7 +46,8 @@ public function testExportAll() public function testExportSelected() { $this->browse(function ($browser) { - $browser->ctrlClick('#contacts-table tbody tr:first-child'); + $browser->waitFor('#contacts-table tbody tr:first-child') + ->ctrlClick('#contacts-table tbody tr:first-child'); $browser->clickToolbarMenuItem('export', 'export.select');