Skip to content

Commit

Permalink
Update spec wording expectation [#4579]
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Dec 8, 2024
1 parent bfe4512 commit 80d5f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/partners/requests_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
fill_in "request_item_requests_attributes_0_quantity", with: 50
click_on "Submit Essentials Request"

expect(page).to have_text "Please ensure a unit is selected for each item that supports it."
expect(page).to have_text "Please ensure a single unit is selected for each item that supports it."
expect(Request.count).to eq(0)
end

Expand Down

0 comments on commit 80d5f4b

Please sign in to comment.