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

fix non sibling document links #8724

Conversation

joshuaeilers
Copy link
Contributor

I had not accounted for documentation tab on other non-sibling entities when I previously tried to fix removing siblings document links.

@joshuaeilers joshuaeilers marked this pull request as ready for review August 24, 2023 18:18
cy.get("[role='tab']").contains("Documentation").click();
cy.get(`[href='${correct_url}']`).should("be.visible");
});
it("open test domain page, remove and add dataset link", () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New test, ignore weird diff to the dataset one. Indentation got all updated.

@joshuaeilers joshuaeilers enabled auto-merge (squash) August 24, 2023 18:27
@github-actions github-actions bot added product PR or Issue related to the DataHub UI/UX smoke_test Contains changes related to smoke tests labels Aug 24, 2023
@joshuaeilers joshuaeilers enabled auto-merge (squash) August 24, 2023 20:13
@joshuaeilers joshuaeilers merged commit 58dfb88 into datahub-project:master Aug 24, 2023
40 of 41 checks passed
@joshuaeilers joshuaeilers deleted the je--fix-non-sibling-document-links branch August 24, 2023 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product PR or Issue related to the DataHub UI/UX smoke_test Contains changes related to smoke tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants