mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-26 16:50:35 +00:00
483e7e80d5
This reverts commit b9574748a4
.
Change-Id: I8a8334db446dd6a2d5363a1f6ab12369b813b026
12 lines
373 B
Gherkin
12 lines
373 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login
|
|
Feature: Flyout (nojs)
|
|
|
|
Background:
|
|
Given I am viewing the basic non-JavaScript site
|
|
And I am on the "Selenium Echo flyout test page" page
|
|
|
|
Scenario: Flyout button present
|
|
Given I am logged in
|
|
When I click the notification flyout button
|
|
Then I find myself on the "Special:Notifications" page
|