mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 03:16:50 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
8b466ef0a3
8 changed files with 45 additions and 9 deletions
|
@ -181,7 +181,7 @@ test.describe("Tokens: Tokens Tab", () => {
|
|||
const colorTokenChanged = tokensSidebar.getByRole("button", {
|
||||
name: "colors.blue.100.changed",
|
||||
});
|
||||
expect(colorTokenChanged).toBeVisible();
|
||||
await expect(colorTokenChanged).toBeVisible();
|
||||
});
|
||||
|
||||
test("User edits theme and activates it in the sidebar", async ({ page }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue