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
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
ee3ebc51f1
commit
083e68c291
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue