Skip to content

Commit

Permalink
Fixed test for #1183
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jul 16, 2024
1 parent be68c64 commit 8f05451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/crkeng/search/result-header.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ context("Searching", () => {
.and("contain", plainEnglishInflectionalCategory);

// Inflectional category tool tip
cy.get("@elaboration").get('[data-cy="elaboration"]').first().click();
cy.get("@elaboration").get('[data-cy="elaboration"]').first().trigger("mouseenter",{force: true});
cy.get("@elaboration").get('[role="tooltip"]').should("be.visible");
cy.get("@elaboration").contains('[role="tooltip"]', inflectionalCategory);
});
Expand Down

0 comments on commit 8f05451

Please sign in to comment.