[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
@login
Scenario: Basic edit
Given I am at my user page
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
@make_selectable_line
Scenario Outline: check strings for bullets and numbering
When I click <control>
And I click Save page
@ -12,7 +12,6 @@ Feature: VisualEditor Bullets, Numbering
| Numbering | # |
| Bullets | * |
@make_selectable_line
Scenario Outline: check increase indent for bullets and numbering
When I click <control>
And I click Increase indentation
@ -26,7 +25,6 @@ Feature: VisualEditor Bullets, Numbering
| Numbering | ## |
| Bullets | ** |
@make_selectable_line
Scenario Outline: check decrease indent for bullets and numbering
When I click <control>
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
Background:

View file

@ -1,5 +1,5 @@
# 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
Background:

View file

@ -1,4 +1,4 @@
@clean
@clean @firefox
Feature: VisualEditor on a fresh Mediawiki install
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
@make_selectable_line
Scenario Outline: VisualEditor general markup
When I click the text style menu
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
@edit_user_page
Scenario Outline: Cycle through headings values
When I click the down arrow on Headings interface
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
@make_selectable_line
Scenario: Check indentation controls disabled by default
Then Decrease indentation should be disabled
And Increase indentation should be disabled
@make_selectable_line
Scenario Outline: check indent and outdent enable and disable
When I click <control>
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
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
Scenario Outline: VisualEditor insert new media

View file

@ -1,5 +1,5 @@
# 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
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
to test multiple page edits within a single session.
@edit_user_page
Scenario: Make multiple edits to the same article
Given I enter and save the first 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
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
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
Background:

View file

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