diff --git a/web/cypress/e2e/marketplace.cy.ts b/web/cypress/e2e/marketplace.cy.ts index ef13a4149e..2586a3a25a 100644 --- a/web/cypress/e2e/marketplace.cy.ts +++ b/web/cypress/e2e/marketplace.cy.ts @@ -141,6 +141,11 @@ describe('Marketplace Section', () => { '/api/v1/organization/projectquay/marketplace', 'Okay', ); + cy.intercept( + 'POST', + '/api/v1/organization/projectquay/marketplace/batchremove', + 'Okay', + ); cy.visit('/organization/projectquay?tab=Settings'); cy.get('#pf-tab-1-billinginformation').click(); @@ -164,6 +169,7 @@ describe('Marketplace Section', () => { '/api/v1/organization/projectquay/marketplace', marketplaceUnlimitedResponse, ); + cy.intercept('GET', '/api/v1/user/marketplace', marketplaceUserResponse); cy.intercept('GET', '/api/v1/user/private', privateResponse); cy.intercept( 'GET',