2016-12-13 14:46:26 +00:00
|
|
|
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant @integration
|
2016-12-13 14:13:22 +00:00
|
|
|
Feature: Previews
|
|
|
|
Background:
|
2016-12-13 14:25:37 +00:00
|
|
|
Given I am logged in
|
2016-12-13 14:13:22 +00:00
|
|
|
And I have enabled the beta feature
|
2016-12-13 14:25:37 +00:00
|
|
|
And I am on the test page
|
2016-12-13 14:13:22 +00:00
|
|
|
|
|
|
|
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
|