From 80d5f4b94e055dcaf632d6d85ca7ec11027e8d50 Mon Sep 17 00:00:00 2001 From: Brock Wilcox Date: Sun, 8 Dec 2024 16:50:45 -0500 Subject: [PATCH] Update spec wording expectation [#4579] --- spec/system/partners/requests_system_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/partners/requests_system_spec.rb b/spec/system/partners/requests_system_spec.rb index 0c4bc9ebf2..0ae8c5fc5e 100644 --- a/spec/system/partners/requests_system_spec.rb +++ b/spec/system/partners/requests_system_spec.rb @@ -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