Xotabu4/jasmine-protractor-matchers

Investigate possibility to set implicitWait to 0 when waiting for element toDissapear()

Xotabu4 opened this issue · 2 comments

Investigate possibility to set implicitWait to 0 when waiting for element toDissapear()

This might speed up assertions for cases when we need element not to be present.

implicitWait must be reset to value that it had, after waiting.

getTimeouts function is exist in latest webdriver. But protractor version 5.1.2 does not use latest version. Can proceed until protractor will update webdriver to latest.

This can be done as optional switch, only in case getTimeouts exists