Skip to content

Commit d925841

Browse files
authored
Merge pull request #384 from FalkorDB/resolve-comments
resolve comments
2 parents 3484aea + 8965527 commit d925841

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

e2e/logic/POM/codeGraph.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -476,14 +476,6 @@ export default class CodeGraph extends BasePage {
476476

477477
throw new Error("Tooltip not visible after multiple attempts!");
478478
}
479-
480-
async nodeClicktest(x: number, y: number): Promise<void> {
481-
console.log(`Clicking node at (${x}, ${y})`);
482-
await this.page.waitForTimeout(500);
483-
await this.canvasElement.hover({ position: { x, y } });
484-
await this.canvasElement.click({ position: { x, y }, button: 'right' });
485-
await this.page.waitForTimeout(5000);
486-
}
487479

488480
async selectCodeGraphCheckbox(checkbox: string): Promise<void> {
489481
await this.codeGraphCheckbox(checkbox).click();

0 commit comments

Comments
 (0)