MinervaNeue/tests/browser/features/diff.feature
jdlrobson 23e9d66780 Don't run diff test on beta cluster
While T176637 is open we should only run this on integration.

Bug: T176637
Change-Id: I6be3b234d3084796b039bd6610364e1600e82157
2017-09-25 09:30:08 -05:00

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