From 66ea22bf7a6f3f8ef583b53f725ef8bc4589fc36 Mon Sep 17 00:00:00 2001 From: shatakshiiii Date: Mon, 3 Feb 2025 17:43:04 +0530 Subject: [PATCH] add a sleep --- test/ui-test/contentCreatorUiTest.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/ui-test/contentCreatorUiTest.ts b/test/ui-test/contentCreatorUiTest.ts index 94b18483e..1753f8f0e 100644 --- a/test/ui-test/contentCreatorUiTest.ts +++ b/test/ui-test/contentCreatorUiTest.ts @@ -274,12 +274,12 @@ describe("Test collection plugins scaffolding", () => { .to.be.undefined; await pluginTypeDropdown.sendKeys(pluginType); - const overwriteCheckbox = await webview.findWebElement( - By.xpath("//vscode-checkbox[@id='overwrite-checkbox']"), - ); - expect(overwriteCheckbox, "overwriteCheckbox should not be undefined").not - .to.be.undefined; - await overwriteCheckbox.click(); + // const overwriteCheckbox = await webview.findWebElement( + // By.xpath("//vscode-checkbox[@id='overwrite-checkbox']"), + // ); + // expect(overwriteCheckbox, "overwriteCheckbox should not be undefined").not + // .to.be.undefined; + // await overwriteCheckbox.click(); createButton = await webview.findWebElement( By.xpath("//vscode-button[@id='create-button']"),