We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 341f272 + d925841 commit 1c34192Copy full SHA for 1c34192
e2e/logic/POM/codeGraph.ts
@@ -476,14 +476,6 @@ export default class CodeGraph extends BasePage {
476
477
throw new Error("Tooltip not visible after multiple attempts!");
478
}
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
- }
487
488
async selectCodeGraphCheckbox(checkbox: string): Promise<void> {
489
await this.codeGraphCheckbox(checkbox).click();
0 commit comments