We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf1bc6 commit 1f0ec50Copy full SHA for 1f0ec50
1 file changed
e2e/logic/POM/codeGraph.ts
@@ -669,6 +669,7 @@ export default class CodeGraph extends BasePage {
669
670
async isNodeToolTipVisible(): Promise<boolean> {
671
try {
672
+ await this.page.waitForTimeout(2000);
673
const count = await this.nodeToolTip.count();
674
if (count === 0) {
675
console.error("Tooltip not found");
0 commit comments