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

11 lines
286 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_element.when_present.click
end
Given(/^I click the notice badge$/) do
on(ArticlePage).notices_element.when_present.click
end