We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tags_test.rb
.tagify__tag
1 parent 2b88946 commit 79f38acCopy full SHA for 79f38ac
test/system/article/tags_test.rb
@@ -56,8 +56,7 @@ class Article::TagsTest < ApplicationSystemTestCase
56
fill_in 'タイトル', with: 'ショートカットボタンからのタグ追加テスト'
57
fill_in '本文', with: 'タグショートカットボタンのテストです'
58
find('button.js-tag-input-button', text: '注目の記事').click
59
- find('.tagify__input')
60
- assert_text '注目の記事'
+ assert_selector('.tagify__tag', text: '注目の記事')
61
page.accept_confirm do
62
click_on '公開する'
63
end
0 commit comments