Skip to content

Commit

Permalink
きちんとクリックできていなかったテストを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kuroki-gs committed Mar 6, 2024
1 parent a2e671c commit ef49450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/admin/inquiries_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Admin::InquiriesTest < ApplicationSystemTestCase

test 'show inquiry details' do
visit_with_auth '/admin/inquiries', 'komagata'
all('.card-list-item__inner')[0].click
find('.card-list-item-title', text: 'inquiry1 様 ([email protected])').click

assert_text inquiries(:inquiry1).name
assert_text inquiries(:inquiry1).email
Expand Down

0 comments on commit ef49450

Please sign in to comment.