Skip to content

Commit

Permalink
Mark test as flaky
Browse files Browse the repository at this point in the history
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"}
```
  • Loading branch information
rjlynch committed Jul 2, 2024
1 parent b3639c0 commit 1852dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/timeout_spec.rb
Original file line number Diff line number Diff line change
@@ -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 }

Expand Down

0 comments on commit 1852dc3

Please sign in to comment.