Skip to content

Commit 300c3e2

Browse files
authored
Update MagentoWebDriver.php
1 parent b997ad5 commit 300c3e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,8 @@ public function _failed(TestInterface $test, $fail)
908908
}
909909

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

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

0 commit comments

Comments
 (0)