mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-15 03:34:03 +00:00
f64c6ea509
Change-Id: Icee115520ec559f8e107de2946224ac1fe65154d
18 lines
637 B
Gherkin
18 lines
637 B
Gherkin
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant
|
|
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
|
|
And the Hovercards JavaScript module has loaded
|
|
|
|
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
|