Skip to content

Commit 1944466

Browse files
committed
Merge pull request #374 from alphagov/fix_debate_test
Fix test so that it is in the future and not the past
2 parents c8b3d87 + 99b202b commit 1944466

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

features/suzie_views_a_petition.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Feature: Suzie views a petition
6969
And I should see a summary of the debate outcome
7070

7171
Scenario: Suzie views a petition which has a scheduled debate date
72-
Given an open petition "Spend more money on Defence" with scheduled debate date of "18/08/2015"
72+
Given the date is the "01/08/2015"
73+
And an open petition "Spend more money on Defence" with scheduled debate date of "18/08/2015"
7374
When I view the petition
7475
Then I should see "Parliament will debate this petition on 18 August 2015. You'll be able to watch online at parliamentlive.tv"

0 commit comments

Comments
 (0)