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 ba34902 commit c4216da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/system/editable_attributes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
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 c4216da

Please sign in to comment.