Skip to content

Commit

Permalink
[WIP][TASK] Skip asserting empty browser console
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 committed Nov 14, 2023
1 parent c8c2bf6 commit 24f875d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Core/Acceptance/Helper/Acceptance.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function _beforeStep(Step $step)
public function _afterStep(Step $step)
{
if ($this->isBrowserConsoleSupported()) {
$this->assertEmptyBrowserConsole();
// $this->assertEmptyBrowserConsole();
}
}

Expand Down

0 comments on commit 24f875d

Please sign in to comment.