Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Fix cicd pipeline false negative (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored May 7, 2021
1 parent 8b3b829 commit a7c06c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/workflow-summary.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ context('Workflow Summary', () => {
'namespace_id'
)}/workflows?range=last-5-days&status=ALL`
);
cy.wait(1000);
});

it('renders workflow summary', () => {
Expand Down

0 comments on commit a7c06c9

Please sign in to comment.