fix unit tests

This commit is contained in:
Asier Isayas
2025-12-04 12:05:47 -08:00
parent a1b026544d
commit a8a96e22b4
2 changed files with 20 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ test.describe("Settings under Scale & Settings", () => {
timeout: ONE_MINUTE_MS,
});
// set it to Off
// Set it to Off
const ttlOffRadioButton = explorer.frame.getByRole("radio", { name: "ttl-off-option" });
await ttlOffRadioButton.click();