From 2df8c74ead49e4a7210deb2292db33af5550d3c2 Mon Sep 17 00:00:00 2001 From: Alkesh Vaghmaria Date: Thu, 5 Sep 2024 11:29:52 +0100 Subject: [PATCH] mark spec as flaky --- .../further_education_payments/ineligible_paths_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/further_education_payments/ineligible_paths_spec.rb b/spec/features/further_education_payments/ineligible_paths_spec.rb index 3a98c03172..7b0f1c8ddd 100644 --- a/spec/features/further_education_payments/ineligible_paths_spec.rb +++ b/spec/features/further_education_payments/ineligible_paths_spec.rb @@ -59,7 +59,7 @@ expect(page).to have_content("What type of contract do you have with #{eligible_college.name}?") end - scenario "when ineligible FE provider is selected with js", js: true do + scenario "when ineligible FE provider is selected with js", js: true, flaky: true do when_further_education_payments_journey_configuration_exists and_ineligible_college_exists and_eligible_college_exists