Commit 36733fdc authored by Mark Lapierre's avatar Mark Lapierre

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
...@@ -49,7 +49,7 @@ module QA ...@@ -49,7 +49,7 @@ module QA
Page::File::Show.perform(&:click_edit) 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 end
after do after do
......
...@@ -35,7 +35,7 @@ module QA ...@@ -35,7 +35,7 @@ module QA
Page::File::Show.perform(&:click_edit) 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 end
after do after do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment