You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like if a test opens a new tab and then more test continue, they can fail because of the opened tab. I added support to close the tab with the JSON Wire Protocol and after that, the test would pass (tried it 5 time with no problems).
We should add support for this to be able to combat this issue. The close() action will will close the current window and autmatically select the parent window.
# By Ryan Zec (2) and others
# Via Sebastian Golasch (5) and others
* 'master' of github.com:dalekjs/dalek:
Update suite.js
added .to.not.contain() helper
update dependencies
all devDependencies Up to date
added close action (#100)
fixed method descriptions
fixed typo
re-implemented PR with recommended changes
change doku for setValue
fix coffeescript 1.7 require
Conflicts:
package.json
It seems like if a test opens a new tab and then more test continue, they can fail because of the opened tab. I added support to close the tab with the JSON Wire Protocol and after that, the test would pass (tried it 5 time with no problems).
We should add support for this to be able to combat this issue. The
close()
action will will close the current window and autmatically select the parent window.Related issues:
dalekjs/dalek-internal-webdriver#9
dalekjs/dalek-driver-native#15
The text was updated successfully, but these errors were encountered: