mediawiki-extensions-Echo/tests/browser/features/step_definition/badge_steps.rb

11 lines
298 B
Ruby
Raw Normal View History

# Steps related to clicking and interacting with the badge
# Work in both nojs and js version
Given(/^I click the alert badge$/) do
on(ArticlePage).alerts.badge_element.when_present.click
end
Given(/^I click the notice badge$/) do
on(ArticlePage).notices.badge_element.when_present.click
end