Skip to content

Commit 1f0ec50

Browse files
committed
add delay
1 parent ddf1bc6 commit 1f0ec50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2e/logic/POM/codeGraph.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ export default class CodeGraph extends BasePage {
669669

670670
async isNodeToolTipVisible(): Promise<boolean> {
671671
try {
672+
await this.page.waitForTimeout(2000);
672673
const count = await this.nodeToolTip.count();
673674
if (count === 0) {
674675
console.error("Tooltip not found");

0 commit comments

Comments
 (0)