Implementing the convention: https://www.mediawiki.org/wiki/Manual:Coding_conventions/Selenium#Option al_tags Bug: 61458 Change-Id: Iac411401a08eadfb04fd43f1d93ce2fd36fbea4a
15 lines
458 B
Gherkin
15 lines
458 B
Gherkin
@custom-browser @phantomjs-bug @sandbox.translatewiki.net
|
|
Feature: Accept-Language
|
|
|
|
Scenario Outline: Accept-Language
|
|
Given that my browser's accept language is <language>
|
|
When I visit a random page
|
|
Then link to the main page has text <text>
|
|
|
|
Examples:
|
|
| language | text |
|
|
| de | Hauptseite |
|
|
| sr | Главна страна |
|
|
| sr-ec | Главна страна |
|
|
| sr-el | Glavna strana |
|