Skip to content

Commit

Permalink
add a sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii committed Feb 3, 2025
1 parent 3f642ab commit 66ea22b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/ui-test/contentCreatorUiTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']"),
Expand Down

0 comments on commit 66ea22b

Please sign in to comment.