Skip to content

Commit b997ad5

Browse files
authored
Update MagentoWebDriver.php
1 parent 99330eb commit b997ad5

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
@@ -908,7 +908,7 @@ public function _failed(TestInterface $test, $fail)
908908
}
909909

910910
if ($this->current_test === null) {
911-
throw new \RuntimeException("Suite condition failure: \n" . " Unable to connect to selenium server ");
911+
throw new \RuntimeException("Suite condition failure: \n" . " Something went wrong with selenium server/chrome driver ");
912912
}
913913

914914
$this->addAttachment($this->pngReport, $test->getMetadata()->getName() . '.png', 'image/png');

0 commit comments

Comments
 (0)