mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 02:24:23 +00:00
b9574748a4
This was supposed to merge master into the two_tabs branch, but it was accidently done against master instead
This reverts commit 06ee936e92
.
Change-Id: I98da735b7d5c103399a2478286d1420243df6ba4
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
|