Skip to content

Commit 7a3f698

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
ACQE-4310 : Unable to connect to selenum server message display
1 parent c05162b commit 7a3f698

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
@@ -904,7 +904,7 @@ public function _failed(TestInterface $test, $fail)
904904
}
905905

906906
if ($this->current_test === null) {
907-
throw new \RuntimeException("Suite condition failure: \n" . $fail->getMessage());
907+
throw new \RuntimeException("Suite condition failure: \n" . " Unable to connect to selenium server ");
908908
}
909909

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

0 commit comments

Comments
 (0)