mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 17:50:39 +00:00
bb6eef198c
yippee ki yay! Tests basic functionality 1) presence of Echo button 2) behaviour of clicking Echo button Change-Id: I6334264e1ee73a59da1e7b0c3f18a1d43b565f3a
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
|