mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-14 19:25:33 +00:00
87ff0cae83
i.e. Allow the previews acceptance tests to be run against each Gerrit change. Change-Id: I17daaa955026c7fc5ef63b248c48932ecb75a1bc
16 lines
504 B
Gherkin
16 lines
504 B
Gherkin
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant @integration
|
|
Feature: Previews
|
|
Background:
|
|
Given I am logged in
|
|
And I have enabled the beta feature
|
|
And I am on the test page
|
|
|
|
Scenario: Dwelling on a valid link shows a preview
|
|
When I dwell on the first valid link
|
|
Then I should see a preview
|
|
|
|
Scenario: Abandoning the link hides the preview
|
|
When I dwell on the first valid link
|
|
And I abandon the link
|
|
Then I should not see a preview
|