Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration tests for broken safari link #940

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
testing visit to copyed link works
Signed-off-by: leanne.laceybyrne@eliatra.com <leanne.laceybyrne@eliatra.com>
  • Loading branch information
leanneeliatra committed Nov 6, 2023
commit b013db3226d77ac54e9a6a5346ff2e5aba570a5a
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if (Cypress.env('SECURITY_ENABLED')) {
cy.get('span[title="Discover"]').click();
cy.getElementByTestId('shareTopNavButton').click();
cy.getElementByTestId('copyShareUrlButton').click();
cy.window().its('navigator.clipboard').invoke('readText').then(cy.visit);
});
});
}
Loading