Skip to content

Commit 8634cbd

Browse files
committed
MQE-1117: dontSeeJsError does not catch JS errors
- addressed static test failures
1 parent a10efc5 commit 8634cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Extension/ErrorLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private function __construct()
4343
* Loops through stepEvent for browser log entries
4444
*
4545
* @param \Magento\FunctionalTestingFramework\Module\MagentoWebDriver $module
46-
* @param \Codeception\Event\StepEvent $stepEvent
46+
* @param \Codeception\Event\StepEvent $stepEvent
4747
* @return void
4848
*/
4949
public function logErrors($module, $stepEvent)

0 commit comments

Comments
 (0)