-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in TS defs (closes #1541) #1542
Conversation
❌ Tests for the commit 84f62c3 have failed. See details: |
b57750c
to
60af4e2
Compare
@@ -71,8 +71,20 @@ function openRemoteBrowsers () { | |||
}; | |||
|
|||
var openBrowserPromises = browsersInfo.map(function (browserInfo) { | |||
return connector.startBrowser(browserInfo.settings, browserInfo.connection.url, buildInfo, | |||
isBrowserStack ? { openingTimeout: BROWSER_OPENING_TIMEOUT } : null); | |||
if (!isBrowserStack || browserInfo.settings.alias !== 'chrome-osx') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a note that it's a temporary workaround to fix a problem on BrowserStack when a new page in a new tab is opened during testing unexpectedly
❌ Tests for the commit 60af4e2 have failed. See details: |
❌ Tests for the commit c0c2d78 have failed. See details: |
❌ Tests for the commit 0b7299d have failed. See details: |
❌ Tests for the commit d7ecefc have failed. See details: |
✅ Tests for the commit d7ecefc have passed. See details: |
* Fix typo in TS defs (closes DevExpress#1541) * Update comment about a BrowserStack issue
\cc @AlexanderMoskovkin