From 1852dc39b099810fa79894c3650e5b15841cdef3 Mon Sep 17 00:00:00 2001 From: Richard Lynch Date: Tue, 2 Jul 2024 14:55:36 +0100 Subject: [PATCH] Mark test as flaky This test occasionally fails on CI with ``` Selenium::WebDriver::Error::UnknownError: unknown error: unhandled inspector error: {"code":-32000,"message":"Node with given id does not belong to the document"} ``` --- spec/features/timeout_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/timeout_spec.rb b/spec/features/timeout_spec.rb index ed8ef80c62..8f320f91b4 100644 --- a/spec/features/timeout_spec.rb +++ b/spec/features/timeout_spec.rb @@ -1,6 +1,6 @@ require "rails_helper" -RSpec.feature "Teacher Student Loan Repayments claims", js: true do +RSpec.feature "Teacher Student Loan Repayments claims", js: true, flaky: true do let(:one_second_in_minutes) { 1 / 60.to_f } let(:two_seconds_in_minutes) { 2 / 60.to_f }