mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 01:00:12 +00:00
def2e070f7
* Someone links to my page * Someone mentions me * Someone writes on my talk page (if it's not a Flow board) * When I register Change-Id: I12d1c6867d996c19fbd836658e87acd418e03527
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
|