mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
ec93d34370
This commit: * Removes the blue secondary action links found on User pages * Modifies ToolbarBuilder to add the contributions icon into the toolbar when on a user page/user talk page. * Turns on HISTORY_IN_PAGE_ACTIONS, TOOLBAR_SUBMENU, TALK_AT_TOP skin options for all users on user pages / user talk pages. * Languages icon is moved to overflow menu * Remove $userPageHelper param from UserNamespaceOverflowBuilder as it isn't using it and it is confusing to pass it in Bug: T232653 Bug: T235681 Depends-On: I2138472e68d8cab1c50cbb42807bd5b79e7e2749 Change-Id: I940e5cf7638ff38686eeca3d41554b8a22d35615
11 lines
361 B
Gherkin
11 lines
361 B
Gherkin
@chrome @firefox @login @test2.m.wikipedia.org @vagrant
|
|
Feature: User:<username>
|
|
|
|
@en.m.wikipedia.beta.wmflabs.org
|
|
Scenario: Check components in user page
|
|
Given I am using the mobile site
|
|
And I visit my 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
|