test: refs #8621 add functionality to remove filters in cmrList e2e tests
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jose Antonio Tubau 2025-02-26 09:09:19 +01:00
parent ee3ebc51f1
commit 083e68c291
1 changed files with 2 additions and 0 deletions

View File

@ -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', () => {