@@ -9,26 +9,26 @@ Feature: Create new campaign
99 Given I follow "Campaigns"
1010 Given I follow "Send a campaign"
1111 Given I follow "Start a new campaign"
12- Then I should see "Campaign subject"
12+ Then I must see "Campaign subject"
1313 When I fill in "subject" with "This is a test subject"
1414 And I fill in
"fromfield" with
"From me [email protected] " 1515 And I fill in "sendmethod" with "inputhere"
1616 And I fill in "message" with "This is the Content of the Campaign"
1717 And I fill in "footer" with "This is the Footer of the campaign"
1818 And I fill in "campaigntitle" with "This is the Title of the Campaign"
1919 And I press "Save and continue editing"
20- Then I should see "This is the Content of the Campaign"
20+ Then I must see "This is the Content of the Campaign"
2121 When I follow "Scheduling"
22- Then I should see "Embargoed Until"
22+ Then I must see "Embargoed Until"
2323 When I follow "Lists"
24- Then I should see "Please select the lists you want to send your campaign to"
25- And I should see "All Lists"
24+ Then I must see "Please select the lists you want to send your campaign to"
25+ And I must see "All Lists"
2626 When I check "targetlist[all]"
2727 And I press "Save and continue editing"
28- Then I should see "selected"
28+ Then I must see "selected"
2929 When I follow "Finish"
3030 And I press "send"
31- Then I should see "Campaign queued"
31+ Then I must see "Campaign queued"
3232
3333 # Switch to using a scenario outline that tests subaccounts also
3434 Scenario : Select a list to send the campaign to
0 commit comments