We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882c077 commit 18652faCopy full SHA for 18652fa
spec/features/member_updating_details_spec.rb
@@ -25,7 +25,7 @@
25
click_on 'Save'
26
27
expect(page).to have_content('Your details have been updated.')
28
- expect(page).to have_selector(".badge", text: "Peanut allergye")
+ expect(page).to have_selector(".badge", text: 'Peanut allergy')
29
member.reload
30
expect(member.dietary_restrictions).to eq(['other'])
31
expect(member.other_dietary_restrictions).to eq('peanut allergy')
0 commit comments