diff --git a/source/frontend/src/features/mapSideBar/property/MotiInventoryHeader.test.tsx b/source/frontend/src/features/mapSideBar/property/MotiInventoryHeader.test.tsx index 36e63cb3a8..7e0bf05ef1 100644 --- a/source/frontend/src/features/mapSideBar/property/MotiInventoryHeader.test.tsx +++ b/source/frontend/src/features/mapSideBar/property/MotiInventoryHeader.test.tsx @@ -101,7 +101,7 @@ describe('MotiInventoryHeader component', () => { }, isLoading: false, }); - // "retire" indicator is shown + // "retired" indicator is shown expect(result.getByText(/expired/i)).toBeVisible(); });