Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fchatterji committed Jun 24, 2023
1 parent f5749c8 commit dfb47ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/system/court_dates/edit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@
end

context "as a volunteer" do
it "can't delete a future court date as volunteer", js: true do
sign_out admin
sleep(1) # flaky test??? sleep seems to be the only thing that makes this one pass :/
volunteer.casa_cases = [casa_case]
sign_in volunteer
it "can't delete a future court date as volunteer", js: true do
sign_out admin
sleep(1) # flaky test??? sleep seems to be the only thing that makes this one pass :/
volunteer.casa_cases = [casa_case]
sign_in volunteer

visit root_path
click_on "Cases"
Expand Down

0 comments on commit dfb47ef

Please sign in to comment.