Skip to content

Commit

Permalink
Log back in before running label tests. #272.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Aug 14, 2015
1 parent 7c916c3 commit 535ba46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ define([
return this.remote
.setFindTimeout(intern.config.wc.pageLoadTimeout)
.get(require.toUrl(url(2)))
// log in
.findByCssSelector('.js-login-link').click()
.end()
.findByCssSelector('.LabelEditor-wrapper')
.isDisplayed()
.then(function (displayed) {
Expand Down

0 comments on commit 535ba46

Please sign in to comment.