We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43078b3 commit 864f440Copy full SHA for 864f440
1 file changed
test/system/post_test.rb
@@ -52,7 +52,7 @@ def setup
52
# There should be 3 tags that show up as a card
53
page.assert_selector('.tags-list .card-body', :count => 3)
54
55
- find('.tags-list:first-of-type .card-body .ellipsis').click()
+ find(".tags-list .card-body .ellipsis", match: :first).click()
56
57
accept_alert do
58
find('.tags-list .card-body .tag-delete').click()
0 commit comments