From 2ec323733497d6f68f868a2f37e904483fbde63c Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 31 Mar 2024 19:56:33 +0200 Subject: [PATCH] Rename --- .github/workflows/run-integration.yml | 2 +- tests/DebugBar/Tests/Browser/Bridge/MonologTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-integration.yml b/.github/workflows/run-integration.yml index 6737595..4ff5d6d 100644 --- a/.github/workflows/run-integration.yml +++ b/.github/workflows/run-integration.yml @@ -1,4 +1,4 @@ -name: Tests +name: Integration on: push: diff --git a/tests/DebugBar/Tests/Browser/Bridge/MonologTest.php b/tests/DebugBar/Tests/Browser/Bridge/MonologTest.php index 8921a87..2921acf 100644 --- a/tests/DebugBar/Tests/Browser/Bridge/MonologTest.php +++ b/tests/DebugBar/Tests/Browser/Bridge/MonologTest.php @@ -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')); }