Skip to content

Commit

Permalink
Fix testGetPagesClose
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 6, 2024
1 parent dc463f0 commit 9af2a5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/BrowsingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ public function testGetPagesClose(): void

$page->close();

usleep(250000);

$finalCount = \count(self::$browser->getPages());

self::assertLessThan($initialCount, $finalCount);

Check failure on line 152 in tests/BrowsingTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.0; Symfony 4

Failed asserting that 16 is less than 16.

Check failure on line 152 in tests/BrowsingTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.0; Symfony 5

Failed asserting that 16 is less than 16.

Check failure on line 152 in tests/BrowsingTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.1; Symfony 4

Failed asserting that 16 is less than 16.

Check failure on line 152 in tests/BrowsingTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.2; Symfony 4

Failed asserting that 16 is less than 16.

Check failure on line 152 in tests/BrowsingTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.2; Symfony 5

Failed asserting that 16 is less than 16.

Check failure on line 152 in tests/BrowsingTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.3; Symfony 5

Failed asserting that 16 is less than 16.

Check failure on line 152 in tests/BrowsingTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.3; Symfony 7

Failed asserting that 16 is less than 16.
Expand Down

0 comments on commit 9af2a5a

Please sign in to comment.