[browser test] Run all Selenium tests in Firefox

Paired with: Chris McMahon
Bug: 58040

Change-Id: I83d4c391fc101bda8c18a6d0c533ca75795569ff
This commit is contained in:
Željko Filipin 2014-04-18 17:33:12 +02:00
parent 12e780c67a
commit 1236387abd
15 changed files with 16 additions and 23 deletions

View file

@ -1,7 +1,6 @@
@clean @ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @test2.wikipedia.org @clean @firefox @login @test2.wikipedia.org
Feature: VisualEditor Feature: VisualEditor
@login
Scenario: Basic edit Scenario: Basic edit
Given I am at my user page Given I am at my user page
When I edit the page with Editing with When I edit the page with Editing with

View file

@ -1,6 +1,6 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @en.wikipedia.beta.wmflabs.org @firefox @login @make_selectable_line @test2.wikipedia.org
Feature: VisualEditor Bullets, Numbering Feature: VisualEditor Bullets, Numbering
@make_selectable_line
Scenario Outline: check strings for bullets and numbering Scenario Outline: check strings for bullets and numbering
When I click <control> When I click <control>
And I click Save page And I click Save page
@ -12,7 +12,6 @@ Feature: VisualEditor Bullets, Numbering
| Numbering | # | | Numbering | # |
| Bullets | * | | Bullets | * |
@make_selectable_line
Scenario Outline: check increase indent for bullets and numbering Scenario Outline: check increase indent for bullets and numbering
When I click <control> When I click <control>
And I click Increase indentation And I click Increase indentation
@ -26,7 +25,6 @@ Feature: VisualEditor Bullets, Numbering
| Numbering | ## | | Numbering | ## |
| Bullets | ** | | Bullets | ** |
@make_selectable_line
Scenario Outline: check decrease indent for bullets and numbering Scenario Outline: check decrease indent for bullets and numbering
When I click <control> When I click <control>
And I click Decrease indentation And I click Decrease indentation

View file

@ -1,4 +1,4 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @login @firefox @login
Feature: VisualEditor cursor Feature: VisualEditor cursor
Background: Background:

View file

@ -1,5 +1,5 @@
# encoding: UTF-8 # encoding: UTF-8
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
Feature: VisualEditor Feature: VisualEditor
Background: Background:

View file

@ -1,4 +1,4 @@
@clean @clean @firefox
Feature: VisualEditor on a fresh Mediawiki install Feature: VisualEditor on a fresh Mediawiki install
Since this test currently uses a hard-coded Since this test currently uses a hard-coded

View file

@ -1,7 +1,6 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @en.wikipedia.beta.wmflabs.org @firefox @login @make_selectable_line @test2.wikipedia.org
Feature: VisualEditor general text markup features Feature: VisualEditor general text markup features
@make_selectable_line
Scenario Outline: VisualEditor general markup Scenario Outline: VisualEditor general markup
When I click the text style menu When I click the text style menu
And I click the <type_of_markup> menu option And I click the <type_of_markup> menu option

View file

@ -1,7 +1,6 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @login @edit_user_page @firefox @login
Feature: VisualEditor Headings Feature: VisualEditor Headings
@edit_user_page
Scenario Outline: Cycle through headings values Scenario Outline: Cycle through headings values
When I click the down arrow on Headings interface When I click the down arrow on Headings interface
And I click <headings_interface_name> And I click <headings_interface_name>

View file

@ -1,12 +1,10 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @en.wikipedia.beta.wmflabs.org @firefox @login @make_selectable_line @test2.wikipedia.org
Feature: VisualEditor Indent, Outdent Feature: VisualEditor Indent, Outdent
@make_selectable_line
Scenario: Check indentation controls disabled by default Scenario: Check indentation controls disabled by default
Then Decrease indentation should be disabled Then Decrease indentation should be disabled
And Increase indentation should be disabled And Increase indentation should be disabled
@make_selectable_line
Scenario Outline: check indent and outdent enable and disable Scenario Outline: check indent and outdent enable and disable
When I click <control> When I click <control>
Then Decrease indentation should be <initial_state> Then Decrease indentation should be <initial_state>

View file

@ -1,4 +1,4 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
Feature: VisualEditor Links Feature: VisualEditor Links
Background: Background:

View file

@ -1,4 +1,4 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
Feature: VisualEditor Media Interface Feature: VisualEditor Media Interface
Scenario Outline: VisualEditor insert new media Scenario Outline: VisualEditor insert new media

View file

@ -1,5 +1,5 @@
# encoding: UTF-8 # encoding: UTF-8
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @edit_user_page @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
Feature: VisualEditor multi-edit workflow Feature: VisualEditor multi-edit workflow
Goal of the test is to make sure the "Save" and "Review Changes" Goal of the test is to make sure the "Save" and "Review Changes"
@ -10,7 +10,6 @@ Feature: VisualEditor multi-edit workflow
Not implemented as a Scenario outline since the goal is Not implemented as a Scenario outline since the goal is
to test multiple page edits within a single session. to test multiple page edits within a single session.
@edit_user_page
Scenario: Make multiple edits to the same article Scenario: Make multiple edits to the same article
Given I enter and save the first edit Given I enter and save the first edit
And I enter and save a second edit And I enter and save a second edit

View file

@ -1,4 +1,4 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
Feature: VisualEditor References Feature: VisualEditor References
Scenario: VisualEditor References Scenario: VisualEditor References

View file

@ -1,4 +1,4 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
Feature: Switching between wikitext and Visual Editor modes Feature: Switching between wikitext and Visual Editor modes
Test for both pathways that allow switching between Visual Editor and wikitext editing modes. Test for both pathways that allow switching between Visual Editor and wikitext editing modes.

View file

@ -1,4 +1,4 @@
@ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @en.wikipedia.beta.wmflabs.org @test2.wikipedia.org @login @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
Feature: VisualEditor Transclusion Feature: VisualEditor Transclusion
Background: Background:

View file

@ -1,3 +1,4 @@
@firefox
Feature: VisualEditor on production wikis Feature: VisualEditor on production wikis
Verify that VisualEditor is available as Verify that VisualEditor is available as