We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485c49b commit de359cbCopy full SHA for de359cb
src/Magento/FunctionalTestingFramework/Module/MagentoWebDriverDoctor.php
@@ -137,7 +137,7 @@ private function loadPageAtUrl($url)
137
138
throw new TestFrameworkException(
139
"Failed to load page at url: $url\n"
140
- . "Please check network connection for the browser running Selenium."
+ . "Please check Selenium Browser session have access to Magento instance."
141
);
142
}
143
0 commit comments