mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 10:34:54 +00:00
12 lines
360 B
Gherkin
12 lines
360 B
Gherkin
|
@en.m.wikipedia.beta.wmflabs.org @firefox
|
||
|
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
|