Skip to content

Commit

Permalink
Fix showImages test
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Jan 13, 2020
1 parent deba04a commit 0e215ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/showImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = {
.assert.containsText('.res-expando-box', '1 of 2')
.assert.attributeEquals('.res-expando-box .res-gallery-pieces > div:not([hidden]) img', 'src', 'https://i.imgur.com/rXZWEIB.jpg')
.assert.attributeEquals('.res-expando-box .res-gallery-pieces > div:not([hidden]) a', 'href', 'https://imgur.com/rXZWEIB,eutVEAv#rXZWEIB')
.click('.res-expando-box .res-gallery-next')
.click('.res-expando-box .res-step-next')
.assert.containsText('.res-expando-box', '2 of 2')
.assert.attributeEquals('.res-expando-box .res-gallery-pieces > div:not([hidden]) img', 'src', 'https://i.imgur.com/eutVEAv.jpg')
.assert.attributeEquals('.res-expando-box .res-gallery-pieces > div:not([hidden]) a', 'href', 'https://imgur.com/rXZWEIB,eutVEAv#eutVEAv')
Expand Down

0 comments on commit 0e215ec

Please sign in to comment.