mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 19:21:39 +00:00
edc817cd03
This reverts commit 23e9d66780
.
Change-Id: I25b7a843178d0be42956847cc2f8c897ae521b5d
15 lines
531 B
Gherkin
15 lines
531 B
Gherkin
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant @login
|
|
Feature: Page diff
|
|
|
|
@smoke @editing @integration
|
|
Scenario: Added and removed content
|
|
Given I am logged into the mobile website
|
|
And I am on a page that has the following edits:
|
|
| text |
|
|
| ABC DEF |
|
|
| ABC GHI |
|
|
And I click on the history link in the last modified bar
|
|
And I open the latest diff
|
|
Then I should see "GHI" as added content
|
|
And I should see "DEF" as removed content
|