[ACA-1766] disable selenium_promise_manager (#1061)

* disable selenium_promise_manager and fix some methods

* some more changes
This commit is contained in:
Adina Parpalita
2019-04-09 22:06:59 +03:00
committed by Denys Vuika
parent f051f01279
commit 7df8d8a4ae
11 changed files with 82 additions and 71 deletions

View File

@@ -49,7 +49,7 @@ exports.config = {
'./e2e/suites/extensions/*.test.ts'
],
SELENIUM_PROMISE_MANAGER: true,
SELENIUM_PROMISE_MANAGER: false,
capabilities: {
browserName: 'chrome',