質問編集履歴

2

誤字修正

2020/10/03 08:01

投稿

yukihide1188
yukihide1188

スコア44

test CHANGED
File without changes
test CHANGED
@@ -118,7 +118,7 @@
118
118
 
119
119
 
120
120
 
121
- Failure/Error: it { expect(find('#care_receiver-last_name')).to have_css '.error-frame' }
121
+ Failure/Error: it { expect(find('#user-last_name')).to have_css '.error-frame' }
122
122
 
123
123
  expected to find css ".error-frame" within #<Capybara::Node::Element tag="input" path="/HTML/BODY[1]/DIV[1]/DIV[2]/DIV[2]/FORM[1]/DIV[1]/INPUT[1]"> but there were no matches
124
124
 

1

誤字修正

2020/10/03 08:01

投稿

yukihide1188
yukihide1188

スコア44

test CHANGED
File without changes
test CHANGED
@@ -86,7 +86,7 @@
86
86
 
87
87
  before do
88
88
 
89
- fill_in 'user[name]', with: ''
89
+ fill_in 'user[last_name]', with: ''
90
90
 
91
91
  find('#user-first_name).click
92
92