Skip to content

Commit

Permalink
another spec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchud committed Nov 18, 2024
1 parent be03a5d commit 679438a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/system/evaluation_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
save_form
expect_form_instructions_to_be_focused
fill_in_instructions("Example instructions")
# Check scale type
save_form
expect_form_scale_type_to_be_focused
select_scale_type("point")
# Check criterion title
save_form
expect_criterion_title_to_be_focused(0)
Expand Down Expand Up @@ -97,7 +101,6 @@
expect_form_end_date_to_be_focused
fill_in_end_date(challenge.phases.first.end_date + 1)

save_form
save_form
expect(page).to have_content("Evaluation Form Saved")
end
Expand Down

0 comments on commit 679438a

Please sign in to comment.