Skip to content
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

Merged
merged 2 commits into from
Jun 19, 2017

Conversation

AndreyBelym
Copy link
Contributor

@testcafe-build-bot
Copy link
Collaborator

❌ Tests for the commit 84f62c3 have failed. See details:

@AndreyBelym AndreyBelym force-pushed the gh-1541 branch 3 times, most recently from b57750c to 60af4e2 Compare June 19, 2017 11:02
@AndreyBelym AndreyBelym reopened this Jun 19, 2017
@@ -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') {
Copy link
Contributor

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

@testcafe-build-bot
Copy link
Collaborator

❌ Tests for the commit 60af4e2 have failed. See details:

@testcafe-build-bot
Copy link
Collaborator

❌ Tests for the commit c0c2d78 have failed. See details:

@testcafe-build-bot
Copy link
Collaborator

❌ Tests for the commit 0b7299d have failed. See details:

@testcafe-build-bot
Copy link
Collaborator

❌ Tests for the commit d7ecefc have failed. See details:

@testcafe-build-bot
Copy link
Collaborator

✅ Tests for the commit d7ecefc have passed. See details:

@AlexanderMoskovkin AlexanderMoskovkin merged commit 4affbb2 into DevExpress:master Jun 19, 2017
kirovboris pushed a commit to kirovboris/testcafe-phoenix that referenced this pull request Dec 18, 2019
* Fix typo in TS defs (closes DevExpress#1541)

* Update comment about a BrowserStack issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants