💄 Fix lint

This commit is contained in:
Andrés Moya 2025-01-09 18:43:35 +01:00
parent 29a9d39ecb
commit 82cdf41cc0

View file

@ -119,27 +119,27 @@ test.describe("Tokens: Sets Tab", () => {
await setInput.press(finalKey); await setInput.press(finalKey);
}; };
// test("User creates sets tree structure by entering a set path", async ({ // test("User creates sets tree structure by entering a set path", async ({
// page, // page,
// }) => { // }) => {
// const { // const {
// workspacePage, // workspacePage,
// tokenThemesSetsSidebar, // tokenThemesSetsSidebar,
// tokenSetItems, // tokenSetItems,
// tokenSetGroupItems, // tokenSetGroupItems,
// } = await setupFileWithTokens(page); // } = await setupFileWithTokens(page);
// //
// const tokensTabButton = tokenThemesSetsSidebar // const tokensTabButton = tokenThemesSetsSidebar
// .getByRole("button", { name: "Add set" }) // .getByRole("button", { name: "Add set" })
// .click(); // .click();
// //
// await createSet(tokenThemesSetsSidebar, "core/colors/light"); // await createSet(tokenThemesSetsSidebar, "core/colors/light");
// await createSet(tokenThemesSetsSidebar, "core/colors/dark"); // await createSet(tokenThemesSetsSidebar, "core/colors/dark");
// //
// // User cancels during editing // // User cancels during editing
// await createSet(tokenThemesSetsSidebar, "core/colors/dark", "Escape"); // await createSet(tokenThemesSetsSidebar, "core/colors/dark", "Escape");
// //
// await expect(tokenSetItems).toHaveCount(2); // await expect(tokenSetItems).toHaveCount(2);
// await expect(tokenSetGroupItems).toHaveCount(2); // await expect(tokenSetGroupItems).toHaveCount(2);
// }); // });
}); });