Skip to content

Commit

Permalink
feat-issue-68: add copy to clipboard FQDN in mission view (#145)
Browse files Browse the repository at this point in the history
* add copy to clipboard FQDN in mission view

* Bump cypress, bump delay check

---------

Co-authored-by: darkweak <[email protected]>
  • Loading branch information
TdeBoynes and darkweak authored Aug 25, 2024
1 parent 8f176ec commit cbdd730
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 523 deletions.
2 changes: 1 addition & 1 deletion client/cypress/support/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Cypress.Commands.add(
const timestamp = Date.now();
cy.intercept(request).as(`handleRequest-${timestamp}`);
action();
cy.wait(`@handleRequest-${timestamp}`).should(callback);
cy.wait(1000).wait(`@handleRequest-${timestamp}`).should(callback);
}
);

Expand Down
Loading

0 comments on commit cbdd730

Please sign in to comment.