mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 01:00:12 +00:00
2b472785ef
Change-Id: I0f2aa8f2f42c2fbb986a14e7ab50d6ccbe814b48
18 lines
501 B
Gherkin
18 lines
501 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login
|
|
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
|