We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feced9 commit f5ccc44Copy full SHA for f5ccc44
test/petal/carousel_test.exs
@@ -111,7 +111,7 @@ defmodule PetalComponents.CarouselTest do
111
""")
112
113
# Check for link elements in the rendered HTML
114
- assert html =~ "to=\"/components\""
+ assert html =~ "href=\"/components\""
115
assert html =~ "href=\"https://github.com\""
116
assert html =~ "pc-carousel__link"
117
assert html =~ "Internal Link"
@@ -179,7 +179,7 @@ defmodule PetalComponents.CarouselTest do
179
180
181
# Verify links exist and have proper structure
182
183
assert html =~ "class=\"pc-carousel__link\""
184
185
# Verify external link with proper attributes
0 commit comments