Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Andrey Antukh 2025-02-06 12:57:33 +01:00
commit 8b466ef0a3
8 changed files with 45 additions and 9 deletions

View file

@ -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 }) => {