fix tests

This commit is contained in:
Nolan Lawson 2018-02-25 23:38:06 -08:00
parent 3d921f3bfe
commit dae8054276
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ test('favorites a status', async t => {
.expect(getUrl()).contains('/notifications')
.click(homeNavButton)
.expect(getUrl()).eql('http://localhost:4002/')
.hover(getNthStatus(4))
.expect(getNthFavorited(4)).eql('true')
.click(getNthFavoriteButton(4))
.expect(getNthFavorited(4)).eql('false')