Skip to content

Commit

Permalink
feat(ui/assertion-ux): fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-apptware committed Jul 19, 2024
1 parent b1c8323 commit 5bf29f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ describe("dataset health test", () => {
cy.login();
cy.goToDataset(urn, datasetName);
// Ensure that the “Health” badge is present and there is an active incident warning
cy.get(`[href="/dataset/${urn}/Validation"]`).should("be.visible");
cy.get(`[href="/dataset/${urn}/Validation"] span`).trigger("mouseover", {
cy.get(`[href="/dataset/${urn}/Quality"]`).should("be.visible");
cy.get(`[href="/dataset/${urn}/Quality"] span`).trigger("mouseover", {
force: true,
});
cy.waitTextVisible("This asset may be unhealthy");
Expand Down

0 comments on commit 5bf29f2

Please sign in to comment.