From 51ef2fd0712f584018f31d0275e4e9ff8e8bb3a0 Mon Sep 17 00:00:00 2001 From: Katarzyna Date: Mon, 11 May 2026 10:00:56 +0200 Subject: [PATCH] adjust tests to changes to status filter --- src/tests/inbound/listPage/filters.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/inbound/listPage/filters.test.ts b/src/tests/inbound/listPage/filters.test.ts index 7c6d426..3e9b75c 100644 --- a/src/tests/inbound/listPage/filters.test.ts +++ b/src/tests/inbound/listPage/filters.test.ts @@ -71,7 +71,7 @@ test.describe('Switch locations on inbound list page', () => { const filters = { search: 'TEST', - receiptStatus: 'Created', + receiptStatus: 'Pending', destination: mainLocation.name, origin: supplierLocation.name, shipmentType: 'Air', @@ -207,7 +207,7 @@ test('Clicking clear button should clear all of the editable filters', async ({ const filters = { search: 'TEST', - receiptStatus: 'Created', + receiptStatus: 'Pending', destination: mainLocation.name, origin: supplierLocation.name, shipmentType: 'Air',