2017-06-09 19:12:53 +00:00
|
|
|
@chrome @firefox @en.m.wikipedia.beta.wmflabs.org @vagrant
|
|
|
|
Feature: Wikidata descriptions
|
|
|
|
|
|
|
|
Background:
|
|
|
|
Given I am using the mobile site
|
|
|
|
And I am on the "Main Page" page
|
|
|
|
|
|
|
|
Scenario: Description does not appear on Main Page
|
2018-11-14 18:47:24 +00:00
|
|
|
Then I should not see a tagline
|
2017-06-09 19:12:53 +00:00
|
|
|
|
|
|
|
Scenario: Description appears on main namespace
|
|
|
|
When I am on the "Albert Einstein" page
|
2018-11-14 18:47:24 +00:00
|
|
|
Then I should see a tagline
|
2017-06-09 19:12:53 +00:00
|
|
|
|
|
|
|
Scenario: Description does not appear on non-main namespaces
|
|
|
|
Given I am on the "Talk:Contributions" page
|
2018-11-14 18:47:24 +00:00
|
|
|
Then I should not see a tagline
|