1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-24 02:01:30 +02:00
This commit is contained in:
Barry vd. Heuvel
2024-03-31 19:56:33 +02:00
parent 89b61cce52
commit 2ec3237334
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Tests
name: Integration
on:
push:

View File

@@ -20,7 +20,7 @@ class DebugbarTest extends AbstractBrowserTest
// Wait for Debugbar to load
$crawler = $client->waitFor('.phpdebugbar-body');
usleep(1000);
if (!$this->isTabActive($crawler, 'monolog')) {
$client->click($this->getTabLink($crawler, 'monolog'));
}