diff --git a/spec/system/partners/children_system_spec.rb b/spec/system/partners/children_system_spec.rb index 25b2531138..b073595ad7 100644 --- a/spec/system/partners/children_system_spec.rb +++ b/spec/system/partners/children_system_spec.rb @@ -30,7 +30,8 @@ expect(page).to have_text("Child Last Name") expect(page).to have_text("01234") expect(page).to have_text("Some Comment") - expect(page).to have_text("Item 1, Item 2") + expect(page).to have_text("Item 1") + expect(page).to have_text("Item 2") end end end