Skip to content

Commit 80a0eb3

Browse files
committed
Fix system test
1 parent 48ef7d0 commit 80a0eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/smoke_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SmokeTest < ApplicationSystemTestCase
2424

2525
within("form lexxy-editor figure.attachment[data-content-type='image/jpeg']") do
2626
assert_selector "img[src*='/rails/active_storage']"
27-
assert_selector "figcaption input[placeholder='moon.jpg']"
27+
assert_selector "figcaption textarea[placeholder='moon.jpg']"
2828
end
2929

3030
click_on "Post"

0 commit comments

Comments
 (0)