We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a23f6 commit 08b9e83Copy full SHA for 08b9e83
1 file changed
spec/features/course/assessment_management_spec.rb
@@ -69,7 +69,7 @@
69
70
find_link(assessment.title, href: course_assessment_path(course, assessment)).click
71
72
- expect(current_path).to eq(course_assessment_path(course, assessment))
+ expect(page).to have_current_path(course_assessment_path(course, assessment))
73
end
74
75
0 commit comments