Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Jan 23, 2025
1 parent b606eb0 commit 1560124
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/group3/mytools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ describe('Dockstore my tools', () => {
statusCode: 200,
});
});

cy.fixture('myTools.json').then((json) => {
cy.intercept('GET', '/api/users/1/containers', {
body: json,
Expand All @@ -73,7 +72,6 @@ describe('Dockstore my tools', () => {
}).as('getAppTools');

cy.get('[data-cy=addToExistingTools]').should('be.visible').click();

cy.wait('@getContainers');
cy.wait('@getAppTools');
cy.contains('addedthistoolviasync');
Expand Down

0 comments on commit 1560124

Please sign in to comment.