npm run format

This commit is contained in:
Asier Isayas
2026-01-21 11:08:04 -08:00
parent 22e9580ca4
commit a4b0572f91
7 changed files with 19 additions and 19 deletions

View File

@@ -17,9 +17,9 @@ test.describe("Settings under Scale & Settings", () => {
await settingsTab.click();
});
test.afterEach("Delete Test Database", async () => {
await context?.dispose();
});
test.afterEach("Delete Test Database", async () => {
await context?.dispose();
});
test("Update TTL to On (no default)", async () => {
const ttlOnNoDefaultRadioButton = explorer.frame.getByRole("radio", { name: "ttl-on-no-default-option" });