mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-18 12:55:51 +00:00
3e78503e8e
Basic feature of browsing a page, hovering a link, and showing/hiding a hovercard. Depends-On: Ie94fa399512be041f12b2f7cada20d4206ddaf82 Bug: T133019 Change-Id: Idf39e7e2a3b343babd6d0538225b4ef9002e8ac1
17 lines
596 B
Gherkin
17 lines
596 B
Gherkin
@chrome @en.m.wikipedia.beta.wmflabs.org @firefox @test2.m.wikipedia.org @vagrant @integration
|
|
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
|
|
|
|
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
|