Skip to content

Commit

Permalink
wait for list to load in Browser\Contacts\ExportTest::testExportSelec…
Browse files Browse the repository at this point in the history
…ted test
  • Loading branch information
johndoh committed Dec 4, 2024
1 parent 9530fce commit 49b02b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Browser/Contacts/ExportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 49b02b1

Please sign in to comment.