Skip to content

Commit

Permalink
Issue #373 - Update issue list tests to account for enabled dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Dec 10, 2014
1 parent 4088516 commit 857e9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/lib/issue-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define([
return this.remote
.setFindTimeout(intern.config.wc.pageLoadTimeout)
.get(require.toUrl(url))
.findByCssSelector('h1').getVisibleText()
.findByCssSelector('.js-issuelist-filter .Dropdown--large .Dropdown-label').getVisibleText()
.then(function (text) {
assert.include(text, 'Issues', 'Page header displayed');
})
Expand Down

0 comments on commit 857e9f8

Please sign in to comment.