mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 19:21:39 +00:00
13b60f6824
This is a MobileFrontend feature, implemented in ExtMobileFrontend::getUserPageContent(). Having the test for it in the Minerva repo made it harder to make changes to it. Adding it there in I6e763cd6b6763c60d2ad47bf384f739dfb1a07c0. Depends-On: I6e763cd6b6763c60d2ad47bf384f739dfb1a07c0 Change-Id: Id1692b50f3f0d282c8aea4c45b63845f418e0970
14 lines
450 B
Gherkin
14 lines
450 B
Gherkin
@chrome @firefox @login @test2.m.wikipedia.org @vagrant @integration @login
|
|
Feature: User:<username>
|
|
|
|
Background:
|
|
Given I am logged into the mobile website
|
|
And I visit my user page
|
|
|
|
@en.m.wikipedia.beta.wmflabs.org
|
|
Scenario: Check components in user page
|
|
Then I should be on my user page
|
|
And there should be a link to my talk page
|
|
And there should be a link to my contributions
|
|
And there should be a link to my uploads
|