Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 6, 2024
1 parent c8c087e commit 095d55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/BrowserFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function testConnectToBrowser(): void

// create a page on the first browser after 2nd connection
$page2 = $browser->createPage();
sleep(1);
\sleep(1);
$page2TargetId = $page2->getSession()->getTargetId();

// update 2nd browser
Expand Down
2 changes: 1 addition & 1 deletion tests/BrowsingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function testGetPagesClose(): void

$page->close();

sleep(1);
\sleep(1);

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

Expand Down

0 comments on commit 095d55b

Please sign in to comment.