Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Sep 27, 2024
1 parent d605380 commit fe29867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/system/avo/actions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@

click_on "Actions"
click_on "Do Nothing"
expect(page).to have_css('turbo-frame#modal_frame')
expect(page).to have_css("turbo-frame#modal_frame")
expect(page).to have_selector(modal = "[role='dialog']")
click_on "Run"
expect(page).not_to have_selector(modal)
Expand All @@ -214,7 +214,7 @@

click_on "Actions"
click_on "Close modal"
expect(page).to have_css('turbo-frame#modal_frame')
expect(page).to have_css("turbo-frame#modal_frame")
expect(page).to have_selector(modal = "[role='dialog']")
click_on "Run"
expect(page).not_to have_selector(modal)
Expand Down

0 comments on commit fe29867

Please sign in to comment.