mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 19:21:39 +00:00
23e9d66780
While T176637 is open we should only run this on integration. Bug: T176637 Change-Id: I6be3b234d3084796b039bd6610364e1600e82157
15 lines
498 B
Gherkin
15 lines
498 B
Gherkin
@chrome @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
|