Skip to content

Commit

Permalink
webcompat#272 more specific about the selection
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Aug 5, 2015
1 parent 9249dee commit e30f7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ define([
return this.remote
.setFindTimeout(intern.config.wc.pageLoadTimeout)
.get(require.toUrl(url(100)))
.sleep(60000)
.findByCssSelector('.LabelEditor-launcher')
.sleep(10000)
.findByCssSelector('.LabelEditor-launcher span.wc-sronly')
.getVisibleText()
.then(function (text) {
assert.strictEqual(text, 'Edit Labels', 'The label gear text is available');
Expand Down

0 comments on commit e30f7cd

Please sign in to comment.