Skip to content

Commit

Permalink
try clicking on body of comment to avoid reddit popups (honestbleeps#…
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Jun 15, 2018
1 parent 6c35d50 commit b965b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/selectedEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
.waitForElementVisible(childOfStickiedComment2)
.assert.cssClassPresent(childOfStickiedComment1, selectedClass)

.click(childOfStickiedComment2)
.click(`${childOfStickiedComment2} .md p`)
.assert.cssClassPresent(childOfStickiedComment2, selectedClass)

.pause(1000)
Expand Down

0 comments on commit b965b5e

Please sign in to comment.