diff --git a/spec/features/assignment_creation_spec.rb b/spec/features/assignment_creation_spec.rb index 1cc80a10d09..42efbb38d47 100644 --- a/spec/features/assignment_creation_spec.rb +++ b/spec/features/assignment_creation_spec.rb @@ -227,7 +227,7 @@ def fill_assignment_form fill_in 'assignment_form_assignment_directory_path', with: 'testDirectory' find_link('ReviewStrategy').click - expect(page).to have_content("Review Strategy") + expect(page).to have_content("Review strategy") end it "is able show tab due deadlines" do