Skip to content

Commit a0e77ef

Browse files
authored
Update MagentoWebDriver.php
1 parent 5238edb commit a0e77ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ public function _failed(TestInterface $test, $fail)
910910
}
911911

912912
if ($this->current_test === null) {
913-
throw new \RuntimeEcleaxception("Suite condition failure: \n"
913+
throw new \RuntimeException("Suite condition failure: \n"
914914
. " Something went wrong with selenium server/chrome driver : \n .
915915
{$fail->getMessage()}\n{$fail->getTraceAsString()}");
916916
}

0 commit comments

Comments
 (0)