mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
37812e4bab
Change-Id: I3d5195e58ac4f617baa358624543ffdfdc8fb7bd
12 lines
394 B
Gherkin
12 lines
394 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
|
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
|