Skip to content

Commit 08d899d

Browse files
committed
update locators
1 parent e1c463f commit 08d899d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

e2e/logic/POM/codeGraph.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,6 @@ export default class CodeGraph extends BasePage {
668668
}
669669

670670
async isNodeToolTipVisible(): Promise<boolean> {
671-
return await this.nodeToolTip.evaluate(el =>
672-
window.getComputedStyle(el).visibility === 'visible'
673-
);
671+
return await this.nodeToolTip.isVisible();
674672
}
675673
}

0 commit comments

Comments
 (0)