Skip to content

Commit 693eed3

Browse files
committed
MQE-1117: dontSeeJsError does not catch JS errors
- fix static test issue
1 parent d14cdf8 commit 693eed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function () use ($cest) {
107107
/**
108108
* Runs cest's after block, if necessary.
109109
* @param \Symfony\Component\EventDispatcher\Event $e
110-
* @param \Codeception\TestInterface $cest
110+
* @param \Codeception\TestInterface $cest
111111
* @return void
112112
*/
113113
private function runAfterBlock($e, $cest)

0 commit comments

Comments
 (0)