Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl-siemens committed Mar 22, 2024
1 parent ff73be0 commit 80fd295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/test/ui-test/utils/extension-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export class CppCreatorExtHelper
assert(createElem != undefined);
await createElem.click();

console.log(await VSBrowser.instance.driver.takeScreenshot())

let inputBox = await new InputBox().wait();
await inputBox.setText(classNamePrompt);
await inputBox.confirm();
Expand Down
8 changes: 4 additions & 4 deletions src/test/ui-test/utils/extension-settings-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export class ExtensionSettings
{
async resetPreset()
{
await this.resetHeaderFileNamePreset();
await this.resetSourceFileContentPreset();
await this.resetSourceFileNamePreset();
await this.resetHeaderFileContentPreset();
// await this.resetHeaderFileNamePreset();
// await this.resetSourceFileContentPreset();
await this.resetSourceFileNamePreset();
// await this.resetHeaderFileContentPreset();
}

async getSettingById(id: string): Promise<Setting>
Expand Down

0 comments on commit 80fd295

Please sign in to comment.