Skip to content

Commit 1c34192

Browse files
authored
Merge branch 'staging' into add-create-repo
2 parents 341f272 + d925841 commit 1c34192

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)