Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
minor renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
WMDE-Fisch committed Dec 11, 2015
1 parent 1de1fc9 commit ef4b096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions features/banner.form.feature
Expand Up @@ -8,9 +8,8 @@ Feature: Checks wikimedia.de fundraising form functionality in banners for Wikip
Scenario Outline: Checks if the form switches the interval options
When I am on a random Wikipedia article page and provide a <banner_code>
And The <banner_div_id> should become visible
And I wait a second
And I click the regularly interval option
Then Regularly details shows
Then The regularly details shows

Examples:
| banner_code | banner_div_id |
Expand Down
2 changes: 1 addition & 1 deletion features/step_definitions/banner_form_steps.rb
Expand Up @@ -5,7 +5,7 @@
on(ArticlePage).get_element_by_id('interval_multiple', 'input').when_visible.click
end

Then(/^Regularly details shows$/) do
Then(/^The regularly details shows$/) do
expect(on(ArticlePage).get_element('interval1').visible?).to be true
end

Expand Down

0 comments on commit ef4b096

Please sign in to comment.