Skip to content

Commit

Permalink
test(update): ammend error on previous pr of skips
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Jan 30, 2024
1 parent 25c46a2 commit 369df24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/06-settings-general.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default async function settingsGeneralTests() {
});

// Skipping test for Automation Tests Windows Failure on copying assets crashing the app
it("Settings General - Return theme to Dark Theme", async () => {
xit("Settings General - Return theme to Dark Theme", async () => {
await settingsGeneral.clickOnDarkLightThemeToggle();
});
}

0 comments on commit 369df24

Please sign in to comment.