We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d165ac commit 95257b0Copy full SHA for 95257b0
tests/DebugBar/Tests/Browser/DebugbarTest.php
@@ -109,6 +109,8 @@ public function testDebugbarAjax(): void
109
110
$crawler->selectLink('load ajax content with exception')->click();
111
112
+ $client->waitForVisibility('.phpdebugbar-tab[data-collector="exceptions"]');
113
+
114
$client->click($this->getTabLink($crawler, 'exceptions'));
115
116
$client->waitForElementToContain('.phpdebugbar-datasets-switcher', 'ajax_exception.php');
0 commit comments