mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
18 lines
497 B
Gherkin
18 lines
497 B
Gherkin
|
@chrome @firefox @en.m.wikipedia.beta.wmflabs.org
|
||
|
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
|