mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
[browser test] input string no longer hard coded
Change-Id: I361b3ea025e405d1fc5a2e12c3c85d177147b90d
This commit is contained in:
parent
f60036a798
commit
ca2a7ce38f
|
@ -7,7 +7,7 @@ Before('@edit_user_page') do
|
|||
if (!$edit_user_page or !(ENV['REUSE_BROWSER'] == 'true')) and @browser
|
||||
step 'I am logged in'
|
||||
step 'I am at my user page'
|
||||
step 'I edit the page with a string'
|
||||
step 'I edit the page with Editing with'
|
||||
$edit_user_page=true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue