mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-24 02:01:30 +02:00
Rename
This commit is contained in:
2
.github/workflows/run-integration.yml
vendored
2
.github/workflows/run-integration.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Tests
|
||||
name: Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@@ -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'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user