Skip to content

Commit

Permalink
Handle items out of order intermittent [#4579]
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Dec 8, 2024
1 parent 80d5f4b commit 57bbefb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/system/partners/children_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57bbefb

Please sign in to comment.