mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 15:08:27 +02:00
💄 Fix lint
This commit is contained in:
parent
29a9d39ecb
commit
82cdf41cc0
1 changed files with 23 additions and 23 deletions
|
@ -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);
|
||||||
// });
|
// });
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue