mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-02 03:16:49 +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
18 lines
494 B
Gherkin
18 lines
494 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox
|
|
Feature: Flyout
|
|
|
|
Background:
|
|
Given I am on the "Selenium Echo flyout test page" page
|
|
|
|
Scenario: Flyout button not present when anon
|
|
Then I do not see the notification flyout button
|
|
|
|
Scenario: Flyout button present
|
|
Given I am logged in
|
|
Then I see the notification flyout button
|
|
|
|
Scenario: Flyout button present
|
|
Given I am logged in
|
|
When I click the notification flyout button
|
|
Then I see the notification flyout
|