-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,11 @@ Feature: Create new campaign | |
When I fill in "subject" with "This is a test subject" | ||
And I fill in "fromfield" with "From me [email protected]" | ||
And I fill in "sendmethod" with "inputhere" | ||
And I enter text "some content" | ||
And I fill in "message" with "some content" | ||
# And I enter text "some content" | ||
Given I press "Save and continue editing" | ||
Then I should read "some content" | ||
# Then I should read "some content" | ||
Then I should see "some content" | ||
When I follow "Format" | ||
Then Radio button with id "sendformatHTML" should be checked | ||
When I follow "Scheduling" | ||
|
@@ -39,7 +41,8 @@ Feature: Create new campaign | |
And I follow "Finish" | ||
Then I should see "Some required information is missing. The send button will be enabled when this is resolved." | ||
Given I go back to "Content" | ||
And I enter text "some content" | ||
# And I enter text "some content" | ||
And I fill in "message" with "some content" | ||
Given I follow "Finish" | ||
Then I should see "Some required information is missing. The send button will be enabled when this is resolved." | ||
Given I go back to "Content" | ||
|
@@ -61,12 +64,13 @@ Feature: Create new campaign | |
Given I have logged in as an administrator | ||
Given I follow "Campaigns" | ||
Given I follow "Send a campaign" | ||
When I follow "start a new campaign" | ||
When I follow "Start a new campaign" | ||
Then I should see "Campaign subject" | ||
When I fill in "subject" with "This is a test subject" | ||
And I fill in "fromfield" with "From me [email protected]" | ||
And I fill in "sendmethod" with "inputhere" | ||
And I enter text "some content" | ||
# And I enter text "some content" | ||
And I fill in "message" with "some content" | ||
And I fill in "campaigntitle" with "This is the Title of the Campaign" | ||
And I fill in "testtarget" with "[email protected]" | ||
And I press "sendtest" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Feature: Import subscribers | |
Given I am on "/lists/admin/?page=import" | ||
Given I follow "Copy and paste list of email addresses" | ||
Then I should see "Select the lists to add the emails to" | ||
Given I check "importlists[all]" | ||
Given I check "importlists[2]" | ||
And I fill in "importcontent" with "[email protected]" | ||
When I press "doimport" | ||
Then I should see "Send a campaign" | ||
|
@@ -37,7 +37,7 @@ Feature: Import subscribers | |
Given I am on "/lists/admin/?page=import" | ||
Given I follow "Import by uploading a file with email addresses" | ||
Then I should see "Select the lists to add the emails to" | ||
Given I check "importlists[all]" | ||
Given I check "importlists[2]" | ||
When I attach the file "importFile.txt" to "import_file" | ||
When I press "Import" | ||
Then I should see "There should only be ONE email per line. If the output looks ok, go Back to resubmit for real." | ||
|
@@ -48,7 +48,7 @@ Feature: Import subscribers | |
Given I am on "/lists/admin/?page=import" | ||
Given I follow "Import by uploading a CSV file with email addresses and additional data" | ||
Then I should see "Select the lists to add the emails to" | ||
Given I check "lists[all]" | ||
Given I check "lists[2]" | ||
And I attach the file "ImportCSV.csv" to "import_file" | ||
And I press "Import" | ||
Then I should see "Reading emails from file" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters