Skip to content

Commit

Permalink
stub responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Feb 5, 2024
1 parent dd07705 commit fb4426c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/cypress/e2e/marketplace.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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',
Expand Down

0 comments on commit fb4426c

Please sign in to comment.