mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
37812e4bab
Change-Id: I3d5195e58ac4f617baa358624543ffdfdc8fb7bd
18 lines
522 B
Gherkin
18 lines
522 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.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
|