Skip to content

Commit

Permalink
Fixed a failing test in assignment_creation_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
SaNPai23 committed Feb 15, 2020
1 parent afdf473 commit 22fc522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/assignment_creation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22fc522

Please sign in to comment.