[browser test] input string no longer hard coded

Change-Id: I361b3ea025e405d1fc5a2e12c3c85d177147b90d
This commit is contained in:
cmcmahon 2013-11-06 17:08:03 -07:00
parent f60036a798
commit ca2a7ce38f

View file

@ -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