Scenario: Added and removed content # features/diff.feature:5
Given I am logged into the mobile website # features/step_definitions/common_steps.rb:29
timed out after 5 seconds, waiting for {:id=>"wpName1", :tag_name=>"input or textarea", :type=>"(any text type)"} to become present (Watir::Wait::TimeoutError)
./features/step_definitions/common_steps.rb:31:in `/^I am logged into the mobile website$/'
features/diff.feature:6:in `Given I am logged into the mobile website'
And the page "Selenium diff test" has the following edits: # features/step_definitions/editor_steps.rb:1
| text |
| ABC DEF |
| ABC GHI |
When I am on the "Selenium diff test" page # features/step_definitions/common_steps.rb:47
And I click on the history link in the last modified bar # features/step_definitions/common_article_steps.rb:20
And I open the latest diff # features/step_definitions/special_history_steps.rb:5
Then I should see "GHI" as added content # features/step_definitions/diff_steps.rb:1
And I should see "DEF" as removed content # features/step_definitions/diff_steps.rb:5
Given I am logged into the mobile website # features/step_definitions/common_steps.rb:29
timed out after 5 seconds, waiting for {:id=>"wpName1", :tag_name=>"input or textarea", :type=>"(any text type)"} to become present (Watir::Wait::TimeoutError)
./features/step_definitions/common_steps.rb:31:in `/^I am logged into the mobile website$/'
features/editor_wikitext_nosave.feature:5:in `Given I am logged into the mobile website'
And I am on a page that does not exist # features/step_definitions/common_steps.rb:34
And I click the edit button # features/step_definitions/editor_steps.rb:10
And I see the wikitext editor overlay # features/step_definitions/editor_steps.rb:34
Given I am logged into the mobile website # features/step_definitions/common_steps.rb:29
timed out after 5 seconds, waiting for {:id=>"wpName1", :tag_name=>"input or textarea", :type=>"(any text type)"} to become present (Watir::Wait::TimeoutError)
./features/step_definitions/common_steps.rb:31:in `/^I am logged into the mobile website$/'
features/editor_wikitext_saving.feature:5:in `Given I am logged into the mobile website'
@smoke @editing @integration
Scenario: Successful edit on page without languages shows no language button [bug 63675] # features/editor_wikitext_saving.feature:8
Given the page "Selenium no languages test page" exists # features/step_definitions/create_page_api_steps.rb:50
When I click the edit button # features/step_definitions/editor_steps.rb:10
And I see the wikitext editor overlay # features/step_definitions/editor_steps.rb:34
And I type "ABC GHI" into the editor # features/step_definitions/editor_steps.rb:38
And I click continue # features/step_definitions/common_article_steps.rb:1
And I click submit # features/step_definitions/common_article_steps.rb:5
Then I should see a toast notification # features/step_definitions/common_article_steps.rb:36
And the text of the first heading should be "Selenium no languages test page" # features/step_definitions/common_article_steps.rb:52
And I should not see the read in another language button # features/step_definitions/editor_steps.rb:42
# FIXME: this assumes that the main page has more than one language
Given my browser doesn't support JavaScript # features/step_definitions/common_steps.rb:77
And I am using the mobile site # features/step_definitions/common_steps.rb:53
And I am on the "Main Page" page # features/step_definitions/common_steps.rb:47
# FIXME: Check that the edit button is invisible
# FIXME: Check that the upload button is invisible
@smoke
Scenario: Able to access left navigation in basic non-JavaScript site # features/no_javascript_site.feature:17
When I click on "Random" in the main navigation menu # features/step_definitions/mainmenu_steps.rb:5
unable to locate element, using {:id=>"mw-mf-main-menu-button", :tag_name=>"a"} (Watir::Exception::UnknownObjectException)
./features/step_definitions/mainmenu_steps.rb:2:in `/^I click on the main navigation button$/'
./features/step_definitions/mainmenu_steps.rb:6:in `/^I click on "(.*?)" in the main navigation menu$/'
features/no_javascript_site.feature:18:in `When I click on "Random" in the main navigation menu'
And I click on the main navigation button # features/step_definitions/mainmenu_steps.rb:1
Then I should see a link to "Home" in the main navigation menu # features/step_definitions/mainmenu_steps.rb:10
And I should see a link to "Random" in the main navigation menu # features/step_definitions/mainmenu_steps.rb:10
And I should see a link to "Settings" in the main navigation menu # features/step_definitions/mainmenu_steps.rb:10
And I should not see a link to "Watchlist" in the main navigation menu # features/step_definitions/mainmenu_steps.rb:14
And I should not see a link to "Log in" in the main navigation menu # features/step_definitions/mainmenu_steps.rb:14
And I should not see a link to "Uploads" in the main navigation menu # features/step_definitions/mainmenu_steps.rb:14
@smoke
Scenario: Search with JavaScript disabled # features/no_javascript_site.feature:34
Given the page "Selenium search test" exists # features/step_definitions/create_page_api_steps.rb:50
When I type into search box "Test is used by Selenium web driver" # features/step_definitions/search_steps.rb:42
unable to locate element, using {:name=>"search", :index=>0, :tag_name=>"input or textarea", :type=>"(any text type)"} (Watir::Exception::UnknownObjectException)
(eval):1:in `process_watir_call'
./features/step_definitions/search_steps.rb:48:in `block (2 levels) in <top (required)>'
./features/step_definitions/search_steps.rb:43:in `/^I type into search box "(.+)"$/'
features/no_javascript_site.feature:36:in `When I type into search box "Test is used by Selenium web driver"'
And I click the search button # features/step_definitions/search_steps.rb:14
Then I should see a list of search results # features/step_definitions/search_steps.rb:57
Given I am using the mobile site # features/step_definitions/common_steps.rb:53
And the page "Selenium search test" exists # features/step_definitions/create_page_api_steps.rb:50
And I am on the "Main Page" page # features/step_definitions/common_steps.rb:47
When I click the placeholder search box # features/step_definitions/search_steps.rb:5
timed out after 5 seconds, waiting for {:name=>"search", :index=>0, :tag_name=>"input or textarea", :type=>"(any text type)"} to become present (Watir::Wait::TimeoutError)
./features/step_definitions/search_steps.rb:6:in `/^I click the placeholder search box$/'
features/search.feature:8:in `When I click the placeholder search box'
@smoke
Scenario: Search for partial text # features/search.feature:19
When I type into search box "Selenium search tes" # features/step_definitions/search_steps.rb:42
Then search results should contain "Selenium search test" # features/step_definitions/search_steps.rb:71
Given I am logged into the mobile website # features/step_definitions/common_steps.rb:29
timed out after 5 seconds, waiting for {:id=>"wpName1", :tag_name=>"input or textarea", :type=>"(any text type)"} to become present (Watir::Wait::TimeoutError)
./features/step_definitions/common_steps.rb:31:in `/^I am logged into the mobile website$/'
features/special_watchlist.feature:5:in `Given I am logged into the mobile website'
And I have recently edited pages on my watchlist # features/step_definitions/special_watchlist_steps.rb:1
And I am on the "Special:Watchlist" page # features/step_definitions/common_steps.rb:47
@smoke
Scenario: Switching to Feed view # features/special_watchlist.feature:10
When I switch to the modified view of the watchlist # features/step_definitions/special_watchlist_steps.rb:18
And I click the Pages tab # features/step_definitions/special_watchlist_steps.rb:10
And the Pages tab is selected # features/step_definitions/special_watchlist_steps.rb:6
Then I should see a list of diff summary links # features/step_definitions/special_watchlist_steps.rb:22
And the modified button should be selected # features/step_definitions/special_watchlist_steps.rb:34
Given I am using the mobile site # features/step_definitions/common_steps.rb:53
@smoke
Scenario: Talk doesn't show on talk pages # features/talk.feature:8
Given the page "Talk:Selenium talk test" exists # features/step_definitions/create_page_api_steps.rb:50
And I am logged in as a user with a > 5 edit count # features/step_definitions/common_steps.rb:21
timed out after 5 seconds, waiting for {:name=>"wpName", :tag_name=>"input or textarea", :type=>"(any text type)"} to become present (Watir::Wait::TimeoutError)
./features/step_definitions/common_steps.rb:26:in `/^I am logged in as a user with a > (\d+) edit count$/'
features/talk.feature:10:in `And I am logged in as a user with a > 5 edit count'
And I am on the "Talk:Selenium talk test" page # features/step_definitions/common_steps.rb:47
Then there should be no talk button # features/step_definitions/talk_steps.rb:13
@smoke
Scenario: Add discussion on talk page possible as logged in user # features/talk.feature:28
Given the page "Talk:Selenium talk test" exists # features/step_definitions/create_page_api_steps.rb:50
And I am logged in as a user with a > 5 edit count # features/step_definitions/common_steps.rb:21
timed out after 5 seconds, waiting for {:name=>"wpName", :tag_name=>"input or textarea", :type=>"(any text type)"} to become present (Watir::Wait::TimeoutError)
Given I am logged into the mobile website # features/step_definitions/common_steps.rb:29
timed out after 5 seconds, waiting for {:id=>"wpName1", :tag_name=>"input or textarea", :type=>"(any text type)"} to become present (Watir::Wait::TimeoutError)
./features/step_definitions/common_steps.rb:31:in `/^I am logged into the mobile website$/'
features/watchstar.feature:5:in `Given I am logged into the mobile website'
@smoke
Scenario: Add an article to the watchlist # features/watchstar.feature:8
Given I am viewing an unwatched page # features/step_definitions/watchstar_steps.rb:7
When I click the watch star # features/step_definitions/common_article_steps.rb:32
Then I should see a toast with message about watching the page # features/step_definitions/watchstar_steps.rb:13
And the watch star should be selected # features/step_definitions/common_article_steps.rb:61
@smoke
Scenario: Remove an article from the watchlist # features/watchstar.feature:15
Given I am viewing a watched page # features/step_definitions/watchstar_steps.rb:1
When I click the unwatch star # features/step_definitions/common_article_steps.rb:28
Then I should see a toast with message about unwatching the page # features/step_definitions/watchstar_steps.rb:17
And the watch star should not be selected # features/step_definitions/common_article_steps.rb:65
Failing Scenarios:
cucumber features/diff.feature:5 # Scenario: Added and removed content