Commit 47d9732a07ef0aa626efdf745d456bff90fe30f8
1 parent
2a78ae60
Exists in
master
and in
4 other branches
WebEditor: minor spinach fixes
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
features/project/source/browse_files.feature
features/steps/project/project_browse_files.rb
| ... | ... | @@ -36,7 +36,7 @@ class ProjectBrowseFiles < Spinach::FeatureSteps |
| 36 | 36 | click_link 'Edit' |
| 37 | 37 | end |
| 38 | 38 | |
| 39 | - Given 'I can edit file' do | |
| 39 | + Then 'I can edit code' do | |
| 40 | 40 | page.execute_script('editor.setValue("GitlabFileEditor")') |
| 41 | 41 | page.evaluate_script('editor.getValue()').should == "GitlabFileEditor" |
| 42 | 42 | end | ... | ... |