* Fixed one scenario to work with the default setting * Fixed one typo in scenario * Removed unused tags * Documented the tags currently in use Change-Id: I14687782857daf79dcd497b934dff99fc45a3997
15 lines
438 B
Gherkin
15 lines
438 B
Gherkin
@language
|
|
Feature: Universal Language Selector 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 |
|