Files
mediawiki-extensions-Univer…/tests/browser/features/accept_language.feature
T
Željko Filipin ff4bc9ba21 Changed Cucumber tags according to the convention
* Replaced @phantomjs-bug with browser specific tags (@firefox
@internet_explorer_10 @phantomjs).
* Replaced @custom-browser tag with @clean tag.
* Deleted cucumber.yml file since it is no longer used.
* Replaced old (no longer implemented) step names with new ones

The convention:

https://www.mediawiki.org/wiki/Manual:Coding_conventions/Selenium#Requir
ed_tags

Paired with: Kartik Mistry
Bug: 60335
Bug: 62477

Change-Id: I54f9ccbaaeb843293fbc1608d53f0e12b6d74cbe
2014-04-11 17:19:42 +02:00

15 lines
492 B
Gherkin

@custom-browser @firefox @internet_explorer_10 @phantomjs @sandbox.translatewiki.net
Feature: Accept-Language
Scenario Outline: Accept-Language
Given that my browser's accept language is <language>
When I am at the preferences page
Then link to the main page has text <text>
Examples:
| language | text |
| de | Hauptseite |
| sr | Главна страна |
| sr-ec | Главна страна |
| sr-el | Glavna strana |