Skip to content

Commit

Permalink
Fix eligible region content flaky test
Browse files Browse the repository at this point in the history
The test relies on the application form not skipping work history so we
should make that explicit in the test.
  • Loading branch information
thomasleese committed Feb 15, 2024
1 parent ccbf3b5 commit 2c98906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/views/shared/eligible_region_content_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
let(:region) do
create(
:region,
status_check: :online,
application_form_skip_work_history: false,
sanction_check: :written,
status_check: :online,
teaching_authority_address: "address",
teaching_authority_certificate: "certificate",
)
Expand Down

0 comments on commit 2c98906

Please sign in to comment.