From 083e68c291d97d83fe9f08e1fe028c9db6fd5dd9 Mon Sep 17 00:00:00 2001 From: jtubau Date: Wed, 26 Feb 2025 09:09:19 +0100 Subject: [PATCH] test: refs #8621 add functionality to remove filters in cmrList e2e tests --- test/cypress/integration/route/cmr/cmrList.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cypress/integration/route/cmr/cmrList.spec.js b/test/cypress/integration/route/cmr/cmrList.spec.js index fc437f218..6bcbfc842 100644 --- a/test/cypress/integration/route/cmr/cmrList.spec.js +++ b/test/cypress/integration/route/cmr/cmrList.spec.js @@ -16,6 +16,7 @@ describe('Cmr list', () => { descriptorTitle: '.q-item__label--header > .title > span', summaryGoToSummaryBtn: '.header > .q-icon', descriptorGoToSummaryBtn: '.descriptor > .header > a[href] > .q-btn', + removeFilter: '.q-chip__icon--remove', }; const data = { @@ -28,6 +29,7 @@ describe('Cmr list', () => { cy.login('developer'); cy.visit('/#/route/cmr'); cy.typeSearchbar('{enter}'); + cy.get(selectors.removeFilter).click(); }); it('Should download selected cmr', () => {