Skip to content

Commit

Permalink
Removed test that is not currently being used
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinClaudio committed Aug 7, 2023
1 parent ea0fe12 commit 1022cde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/system/application/timeout_warning_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
parsed_page = Nokogiri::HTML(page.html)
expect(parsed_page.at("script").text.strip).to include(user.timeout_in.in_seconds.to_s)
end

xit "warns the user two mintues before logout", js: true do
end
end
end

0 comments on commit 1022cde

Please sign in to comment.