Skip to content

Commit

Permalink
fixup! fix(textarea): merge data controllers from opts & autoresize
Browse files Browse the repository at this point in the history
  • Loading branch information
colinux committed Jun 20, 2024
1 parent a59cb85 commit c9ef8cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def find_attestation_card(with_nested_selector: nil)
}

fill_in "Contenu du pied de page", with: ["line1", "line2", "line3", "line4"].join("\n")
expect(page).to have_field("Contenu du pied de page", with: "line1\nline2\nline3\nline4")
expect(page).to have_field("Contenu du pied de page", with: "line1\nline2\nline3line4")

click_on "Publier"
expect(attestation.reload).to be_published
Expand Down

0 comments on commit c9ef8cc

Please sign in to comment.