-
Notifications
You must be signed in to change notification settings - Fork 115
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
Integration tests for broken safari link #940
Conversation
Hi @leanneeliatra, could you convert this PR to "draft" if it is "IN PROGRESS"? |
Signed-off-by: [email protected] <[email protected]>
b0ab7d2
to
d97e891
Compare
This PR was closed accidentally, it is now reopened. |
Signed-off-by: [email protected] <[email protected]>
For testing locally I am testing this in safari using: https://docs.cypress.io/guides/guides/launching-browsers#WebKit-Experimental (WebKit is available only via an experimental feature of Cypress). Given that this is experimental, it cannot be merged into the CI pipeline. |
Signed-off-by: leanneeliatra <[email protected]>
This can now be reviewed please |
For the snapshot based test, it should has something to do with the Node version upgrade to v18 and you can ignore that for now. Some action items maybe:
|
|
|
waiting for opensearch-project/security-dashboards-plugin#1633 be merged |
These can now be merged @Hailong-am, thank you for your assistance. |
* copy link lint fix Signed-off-by: [email protected] <[email protected]> * testing visit to copyed link works Signed-off-by: [email protected] <[email protected]> * copy from clipboard and visit copied link Signed-off-by: [email protected] <[email protected]> * Update copy_link.js Signed-off-by: leanneeliatra <[email protected]> * renamed copy_link and moved file location Signed-off-by: [email protected] <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: leanneeliatra <[email protected]> (cherry picked from commit a6e67f9)
* copy link lint fix Signed-off-by: [email protected] <[email protected]> * testing visit to copyed link works Signed-off-by: [email protected] <[email protected]> * copy from clipboard and visit copied link Signed-off-by: [email protected] <[email protected]> * Update copy_link.js Signed-off-by: leanneeliatra <[email protected]> * renamed copy_link and moved file location Signed-off-by: [email protected] <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: leanneeliatra <[email protected]> (cherry picked from commit a6e67f9) Co-authored-by: leanneeliatra <[email protected]>
Description
Tests that when the link is copyed in Safari, it is copyed successfully and can be visited.
When visiting
Discover
>Copy link
Issues Resolved
Integration tests for the associated bugfix:
[BUG] Share > Copy link broken in Safari #1716
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.