Skip to content

Commit

Permalink
go to widget cast vote page
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebaker committed Jan 26, 2017
1 parent 963c6a9 commit 79e76bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/admin/cant_decide.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Feature: Cant Decide Feature

@widget
Scenario: cant decide defaults to on
When I go to the Cast Votes page for 'test'
When I go to the WIDGET Cast Votes page for 'test'
Then I should see "I can't decide" within ".votebox"

@widget
Scenario: I disable cant decide
When I uncheck "earl_show_cant_decide"
And I press "Save"
And I go to the Cast Votes page for 'test'
And I go to the WIDGET Cast Votes page for 'test'
Then I should not see "I can't decide" within ".votebox"

0 comments on commit 79e76bf

Please sign in to comment.