Cleanup Cucumber tags in Selenium tests
authorŽeljko Filipin <zeljko.filipin@gmail.com>
Fri, 19 Feb 2016 14:08:44 +0000 (15:08 +0100)
committerHashar <hashar@free.fr>
Mon, 29 Feb 2016 11:29:41 +0000 (11:29 +0000)
Removing no longer used @login tag. We are no longer running tests
using internet explorer or phantomjs, so removing those tags too.

Renamed @clean tag with @vagrant, since it makes more sense and is used
in other repositories.

Bug: T127423
Change-Id: Ib5e0a1600c3df45889e97d5ff52cd0a77a15001f

tests/browser/features/create_account.feature
tests/browser/features/create_and_follow_wiki_link.feature
tests/browser/features/edit_page.feature
tests/browser/features/file.feature
tests/browser/features/login.feature
tests/browser/features/main_page_links.feature
tests/browser/features/preferences.feature
tests/browser/features/view_history.feature

index 35df8b4..8029182 100644 (file)
@@ -1,4 +1,4 @@
-@chrome @clean @firefox @phantomjs
+@chrome @firefox @vagrant
 Feature: Create account
 
   Scenario Outline: Go to Create account page
index a0aa624..510c467 100644 (file)
@@ -1,4 +1,4 @@
-@chrome @clean @firefox @login @phantomjs
+@chrome @firefox @vagrant
 Feature: Create Page With Wiki Link
 
   Scenario: Create Page With Wiki Link
index b905795..ade6914 100644 (file)
@@ -1,4 +1,4 @@
-@chrome @clean @firefox @login @phantomjs
+@chrome @firefox @vagrant
 Feature: Edit Page
 
   Scenario: Create and edit page
index 35a6675..0b59c88 100644 (file)
@@ -1,11 +1,10 @@
-@chrome @clean @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @phantomjs
+@chrome @firefox @vagrant
 Feature: File
 
  Scenario: Anonymous goes to file that does not exist
    Given I am at file that does not exist
    Then page should show that no such file exists
 
- @login
  Scenario: Logged-in user goes to file that does not exist
    Given I am logged in
      And I am at file that does not exist
index 7ed66a0..c18f087 100644 (file)
@@ -1,4 +1,4 @@
-@chrome @clean @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @phantomjs
+@chrome @firefox @vagrant
 Feature: Log in
 
   Background:
@@ -25,7 +25,6 @@ Feature: Log in
     When I log in with incorrect password
     Then error box should be visible
 
-  @login
   Scenario: Log in with valid credentials
     When I log in
     Then error box should not be visible
index 3613c82..1f3621b 100644 (file)
@@ -1,4 +1,4 @@
-@chrome @clean @firefox @phantomjs
+@chrome @firefox @vagrant
 Feature: Main Page View History Links
 
   Background:
index e6dea2e..23663c2 100644 (file)
@@ -1,4 +1,4 @@
-@chrome @clean @firefox @internet_explorer_6 @internet_explorer_7 @internet_explorer_8 @internet_explorer_9 @internet_explorer_10 @login @phantomjs
+@chrome @firefox @vagrant
 Feature: Preferences
 
   Scenario: Preferences Appearance
@@ -18,7 +18,6 @@ Feature: Preferences
       And I can see local time
       And I can select my time zone
 
-
   Scenario: Preferences Editing
     Given I am logged in
     When I navigate to Preferences
@@ -34,7 +33,6 @@ Feature: Preferences
       And I can select show preview before edit box
       And I can select live preview
 
-
   Scenario: Preferences User profile
     Given I am logged in
     When I navigate to Preferences
index ba61ebd..95136d2 100644 (file)
@@ -1,4 +1,4 @@
-@chrome @clean @firefox @phantomjs
+@chrome @firefox @vagrant
 Feature: View History
 
   Scenario: Edit page and view history