Skip to content

Commit

Permalink
Update testcafe-legacy-api. Downgrade MSEdge version for functional t…
Browse files Browse the repository at this point in the history
…ests (workaround for DevExpress#872) (DevExpress#873)

* Update testcafe-legacy-api dep to v2.0.0

* Downgrade MSEdge version for functional tests (workaround for DevExpress#872)
  • Loading branch information
AlexanderMoskovkin authored and inikulin committed Oct 13, 2016
1 parent ca61050 commit 1fc89a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"strip-bom": "^2.0.0",
"testcafe-browser-tools": "^1.0.0",
"testcafe-hammerhead": "^9.2.1",
"testcafe-legacy-api": "^1.2.0",
"testcafe-legacy-api": "^2.0.0",
"testcafe-reporter-json": "^2.0.0",
"testcafe-reporter-list": "^2.0.0",
"testcafe-reporter-minimal": "^2.0.0",
Expand Down
3 changes: 2 additions & 1 deletion test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ testingEnvironments[testingEnvironmentNames.saucelabsOSXDesktopAndMSEdgeBrowsers
{
platform: 'Windows 10',
browserName: 'microsoftedge',
alias: 'edge'
alias: 'edge',
version: '13.10586'
}
]
};
Expand Down

0 comments on commit 1fc89a4

Please sign in to comment.