Skip to content

Commit

Permalink
Try to fix system test
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-isler committed Nov 12, 2024
1 parent 316fcd9 commit b882609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/system/editable_attributes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
before do
visit "/hotsheet"
click_link "Author"

expect(page).to have_content("Stephen")
find(".readonly-attribute", text: "Stephen").click
fill_in "author_name", with: "King"
end
Expand Down

0 comments on commit b882609

Please sign in to comment.