2016-11-08 08:03:20 +00:00
|
|
|
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant
|
2016-04-13 21:21:38 +00:00
|
|
|
Feature: Popups core
|
|
|
|
Background:
|
|
|
|
Given the hover cards test page is installed
|
|
|
|
And I am logged in
|
|
|
|
And HoverCards is enabled as a beta feature
|
|
|
|
And I am on the "Popups test page" page
|
2016-04-20 12:33:34 +00:00
|
|
|
And the Hovercards JavaScript module has loaded
|
2016-04-13 21:21:38 +00:00
|
|
|
|
|
|
|
Scenario: Hover card is visible on mouse over
|
|
|
|
And I hover over the first valid link
|
|
|
|
Then I should see a hover card
|
|
|
|
|
|
|
|
Scenario: Hover card is not visible on mouse out
|
|
|
|
And I hover over the first valid link
|
|
|
|
And I hover over the page header
|
|
|
|
Then I should not see a hover card
|