Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
work around aw snap in remove-email test issue #2691
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Nov 8, 2012
1 parent 01e6d60 commit 6a6cf59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automation-tests/tests/remove-email.js
Expand Up @@ -138,6 +138,8 @@ runner.run(module, {
"follow link, wait for redirect, secondary should be displayed": function(done, link) {
browser.chain({onError: done})
.wwin()
// work around chrome crashing with "aw snap" issue #2691 (this is temporary!)
.get("about:blank")
.get(link)
.wtext(CSS['123done.org'].currentlyLoggedInEmail, function(err, text) {
done(err || assert.equal(text, secondaryEmail));
Expand Down

1 comment on commit 6a6cf59

@jaredhirsch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice hack!

Please sign in to comment.