mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 19:21:39 +00:00
6daf19dfb5
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 I7cac24cf64422212196439bf49598ed749d5fafa. Depends-On I7cac24cf64422212196439bf49598ed749d5fafa Change-Id: I93e0f195b3cad1ae83ee2ae3b5b4c5f08944882e
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
|