mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
6bd240389e
Bug: T219920 Change-Id: I34b5301a274fe90a7a2db58a8bec2b9398d998b6
13 lines
411 B
Gherkin
13 lines
411 B
Gherkin
Feature: Page diff
|
|
|
|
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
|