Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Nov 21, 2024
1 parent b15c6f9 commit 0d9ee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/group2/myworkflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ describe('Dockstore my workflows part 2', () => {
cy.intercept('GET', '/api/workflows/11/workflowVersions?limit=10&offset=0&sortCol=lastModified&sortOrder=asc', {
body: json,
statusCode: 200,
}).as('getVersionWithDoi');
}).as('getVersionAfterOrcidExport');
});
goToTab('Versions');
cy.get('td').contains('Actions').click();
Expand Down

0 comments on commit 0d9ee8b

Please sign in to comment.