Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirke committed Jan 18, 2017
1 parent b7a6138 commit 26d1b05
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions features/frontend.address.feature
Expand Up @@ -17,7 +17,7 @@ Feature: Check the address validation on the frontend
And I enter random valid private address data
And I erase the <field> data field
And I click on the done button
Then Address from should be visible
Then Address form should be visible

Examples:
| field |
Expand All @@ -33,7 +33,7 @@ Feature: Check the address validation on the frontend
And I enter random valid private address data
And I enter an invalid <field>
And I click on the done button
Then Address from should be visible
Then Address form should be visible

Examples:
| field |
Expand Down
8 changes: 4 additions & 4 deletions features/frontend.memberform.feature
Expand Up @@ -38,7 +38,7 @@ Feature: Check the functions of the stand alone membership from
And I enter random valid private address data
And I erase the <field> data field
And I click on the done member button
Then Address from should be visible
Then Address form should be visible

Examples:
| field |
Expand All @@ -56,7 +56,7 @@ Feature: Check the functions of the stand alone membership from
And I enter random valid private address data
And I enter an invalid <field>
And I click on the done member button
Then Address from should be visible
Then Address form should be visible

Examples:
| field |
Expand All @@ -70,7 +70,7 @@ Feature: Check the functions of the stand alone membership from
And I enter random valid business address data
And I enter 10 euro in the amount field
And I click on the done member button
Then Address from should be visible
Then Address form should be visible

Scenario: Checks if the active membership is blocked for business
When I select the business donation option
Expand All @@ -80,7 +80,7 @@ Feature: Check the functions of the stand alone membership from
And I enter 10 euro in the amount field
#And I select the active membership option
And I click on the done member button
Then Address from should be visible
Then Address form should be visible

Scenario: Checks if the membership is transmitted correctly
When I select the private donation option
Expand Down
2 changes: 1 addition & 1 deletion features/frontend.membership.feature
Expand Up @@ -51,7 +51,7 @@ Feature: Check the functions of the membership from
And The address details form shows
And I enter 10 euro in the amount field
When I click on the done member button
Then Address from should be visible
Then Address form should be visible



2 changes: 1 addition & 1 deletion features/step_definitions/frontend_address_steps.rb
Expand Up @@ -18,7 +18,7 @@
on(FrontendFrontPage).input_email = @address_data['email']
end

Then(/^Address from should be visible$/) do
Then(/^Address form should be visible$/) do
expect(on(FrontendFrontPage).personal_data_page_element).to be_visible
end

Expand Down
4 changes: 2 additions & 2 deletions features/wpde.address.feature
Expand Up @@ -17,7 +17,7 @@ Feature: Check the address validation on the wikipedia.de banner lightbox
And I enter random valid private address data
And I erase the <field> data field
And I click on the done button
Then Address from should be visible
Then Address form should be visible

Examples:
| field |
Expand All @@ -33,7 +33,7 @@ Feature: Check the address validation on the wikipedia.de banner lightbox
And I enter random valid private address data
And I enter an invalid <field>
And I click on the done button
Then Address from should be visible
Then Address form should be visible

Examples:
| field |
Expand Down

0 comments on commit 26d1b05

Please sign in to comment.