mediawiki-extensions-Revisi.../tests/browser/features/tooltips.feature
WMDE-Fisch 268944a0b3 Remove browser tests for beta feature setting
The browser tests do not gain very much from the beta
feature tests and the default setting having the extension
only availible as a beta feature slows down the tests in
general.

Furthermore removing this will make it easier to let tests
pass for the temporary change in the slider logic.

Change-Id: I7377a6f11aa103af76d14fea3cbb34572495192a
2017-04-05 11:24:40 +02:00

22 lines
918 B
Gherkin

@chrome @en.wikipedia.beta.wmflabs.org @firefox @integration
Feature: RevisionSlider tooltips
Background:
Given a page with 4 revision(s) exists
Scenario: RevisionSlider revision tooltip appears on hover
Given I am on the diff page
When I have loaded the RevisionSlider and dismissed the help dialog
And I hover over revision 1
And I hover over revision 2
Then a tooltip should be present for revision 2
And no tooltip should be present for revision 1
Scenario: RevisionSlider revision tooltip appears and remains on hover
Given I am on the diff page
When I have loaded the RevisionSlider and dismissed the help dialog
And I hover over revision 1
And I hover over the revision 1 tooltip
And I hover over revision 2
And I hover over the revision 2 tooltip
Then a tooltip should be present for revision 2
And no tooltip should be present for revision 1