2017-09-25 14:01:44 +00:00
|
|
|
@chrome @firefox @login @test2.m.wikipedia.org @vagrant @integration @login
|
2017-06-09 19:12:53 +00:00
|
|
|
Feature: User:<username>
|
|
|
|
|
|
|
|
Background:
|
|
|
|
Given I am logged into the mobile website
|
|
|
|
And I visit my user page
|
|
|
|
|
2017-09-25 14:01:44 +00:00
|
|
|
@en.m.wikipedia.beta.wmflabs.org
|
2017-06-09 19:12:53 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
Scenario: Check user page is editable
|
|
|
|
And I should be on my user page
|
|
|
|
And there should be a link to create my user page
|
|
|
|
When I click the create my user page link
|
|
|
|
Then I see the wikitext editor overlay
|