diff --git a/services/web/test/frontend/features/history/components/change-list.spec.tsx b/services/web/test/frontend/features/history/components/change-list.spec.tsx index 42e8674bd0..4f5b2d7c4a 100644 --- a/services/web/test/frontend/features/history/components/change-list.spec.tsx +++ b/services/web/test/frontend/features/history/components/change-list.spec.tsx @@ -398,7 +398,9 @@ describe('change list', function () { waitForData() cy.findByLabelText(/labels/i).click({ force: true }) - cy.get('.history-version-label').should('have.length', 1) + + // One pseudo-label for the current state, one for our label + cy.get('.history-version-label').should('have.length', 2) }) }) })