mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
WIP [BrowserTest] Modified conflicting step: I go to the (.*?) page
Change-Id: Ie0ff326890efddf255320da62a2dd1ec46ffae20
This commit is contained in:
parent
dc4db46539
commit
f58d98fcb9
|
@ -11,16 +11,16 @@ end
|
||||||
Given (/^I go to "(.+)" page which has references$/) do |page_title|
|
Given (/^I go to "(.+)" page which has references$/) do |page_title|
|
||||||
wikitext = "VisualEditor is a MediaWiki extension.<ref>[http://www.mediawiki.org/wiki/Extension:VisualEditor Extension:VisualEditor]</ref>"
|
wikitext = "VisualEditor is a MediaWiki extension.<ref>[http://www.mediawiki.org/wiki/Extension:VisualEditor Extension:VisualEditor]</ref>"
|
||||||
on(APIPage).create page_title, wikitext
|
on(APIPage).create page_title, wikitext
|
||||||
step "I go to the #{page_title} page"
|
step "I go to the #{page_title} page for screenshot"
|
||||||
step "I click in the editable part"
|
step "I click in the editable part"
|
||||||
end
|
end
|
||||||
|
|
||||||
Given(/^I go to the "(.*?)" page with source content "(.*?)"$/) do |page_title, page_content|
|
Given(/^I go to the "(.*?)" page with source content "(.*?)"$/) do |page_title, page_content|
|
||||||
on(APIPage).create page_title, page_content
|
on(APIPage).create page_title, page_content
|
||||||
step "I go to the #{page_title} page"
|
step "I go to the #{page_title} page for screenshot"
|
||||||
end
|
end
|
||||||
|
|
||||||
Given(/^I go to the (.+) page$/) do |page_name|
|
Given(/^I go to the (.*?) page for screenshot$/) do |page_name|
|
||||||
step "I am on the #{page_name} page"
|
step "I am on the #{page_name} page"
|
||||||
@browser.goto "#{@browser.url}&uselang=#{ENV['LANGUAGE_SCREENSHOT_CODE']}"
|
@browser.goto "#{@browser.url}&uselang=#{ENV['LANGUAGE_SCREENSHOT_CODE']}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue