0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-12 15:01:28 -05:00

🐛 Fix flakiness of playwright test for token ()

This commit is contained in:
Eva Marco 2025-02-06 12:49:58 +01:00 committed by GitHub
parent 95f727033e
commit 09b3868b0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +178,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 creates grouped color token", async ({ page }) => {