Skip to content

Commit

Permalink
Fixes #1569 - Gets 'Going back in history' test to work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed Jun 29, 2017
1 parent 2cb491c commit 81ee1f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/functional/issue-list-non-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ define(
.end()
// find something so we know issues have been loaded
.findByCssSelector(".js-IssueList:nth-of-type(1)")
.goBack()
.execute(function() {
history.back();
})
.getCurrentUrl()
.then(function(currUrl) {
assert.include(
Expand Down

0 comments on commit 81ee1f6

Please sign in to comment.