WebEditor: minor spinach fixes
This commit is contained in:
parent
2a78ae60eb
commit
47d9732a07
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ class ProjectBrowseFiles < Spinach::FeatureSteps
|
|||
click_link 'Edit'
|
||||
end
|
||||
|
||||
Given 'I can edit file' do
|
||||
Then 'I can edit code' do
|
||||
page.execute_script('editor.setValue("GitlabFileEditor")')
|
||||
page.evaluate_script('editor.getValue()').should == "GitlabFileEditor"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue