Skip to content

Commit

Permalink
Try another way
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-isler committed Nov 15, 2024
1 parent 558854d commit a6f7040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/editable_attributes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
visit "/hotsheet"
click_link "Author"

wait_for_turbo
expect(page).to have_content("Stephen") # rubocop:disable RSpec/ExpectInHook
find(".readonly-attribute", text: "Stephen").click
fill_in "author_name", with: "King"
end
Expand Down

0 comments on commit a6f7040

Please sign in to comment.