MinervaNeue/tests/selenium/features/diff.feature
Jan Drewniak 6bd240389e Adding "diff.feature" selenium test
Bug: T219920
Change-Id: I34b5301a274fe90a7a2db58a8bec2b9398d998b6
2019-04-10 23:15:37 +00:00

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