Commit 068d1a0c authored by Desiree Chevalier's avatar Desiree Chevalier

Updates expected text in e2e file access spec

parent 6b66a1e3
......@@ -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
......
......@@ -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
......
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