diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-04-21 08:30:32 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-04-21 17:31:35 +0800 |
commit | 0385b5b372dc2040dd4b39ed21b543ed263db55b (patch) | |
tree | 221badb4b8b4abc8c22978ad4ee0cbb1f58b8cd7 /features/steps | |
parent | 3abcb6b93a98ac77eb63c0107eb77cf4c75fcff8 (diff) | |
download | gitlab-ce-0385b5b372dc2040dd4b39ed21b543ed263db55b.tar.gz |
Merge branch '30637-replace-delete-buttons-get-fork-cancel-confirmation' into 'master'
Add Fork/Cancel confirmation to "Replace"/"Delete" buttons
Closes #30637
See merge request !10602
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/project/source/browse_files.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb index 5bd3c1a1246..6268e56e2ea 100644 --- a/features/steps/project/source/browse_files.rb +++ b/features/steps/project/source/browse_files.rb @@ -373,7 +373,6 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps step 'I should see a Fork/Cancel combo' do expect(page).to have_link 'Fork' expect(page).to have_button 'Cancel' - expect(page).to have_content 'You don\'t have permission to edit this file. Try forking this project to edit the file.' end step 'I should see a notice about a new fork having been created' do |