Skip to content
Snippets Groups Projects
Commit 36733fdc authored by Mark Lapierre's avatar Mark Lapierre
Browse files

Merge branch 'qa-update-file-edit-message-e2e' into 'master'

Updates expected text in e2e file access spec

See merge request gitlab-org/gitlab!61610
parents 7af436d1 068d1a0c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -49,7 +49,7 @@ module QA
 
Page::File::Show.perform(&:click_edit)
 
expect(page).to have_text("You're not allowed to edit files in this project directly.")
expect(page).to have_text("You can’t edit files directly in this project.")
end
 
after do
Loading
Loading
Loading
Loading
@@ -35,7 +35,7 @@ module QA
 
Page::File::Show.perform(&:click_edit)
 
expect(page).to have_text("You're not allowed to edit files in this project directly.")
expect(page).to have_text("You can’t edit files directly in this project.")
end
 
after do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment