mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 16:16:38 +02:00
🐛 Fix flakiness of playwright test for token (#5790)
This commit is contained in:
parent
95f727033e
commit
09b3868b0e
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ test.describe("Tokens: Tokens Tab", () => {
|
||||||
const colorTokenChanged = tokensSidebar.getByRole("button", {
|
const colorTokenChanged = tokensSidebar.getByRole("button", {
|
||||||
name: "colors.blue.100.changed",
|
name: "colors.blue.100.changed",
|
||||||
});
|
});
|
||||||
expect(colorTokenChanged).toBeVisible();
|
await expect(colorTokenChanged).toBeVisible();
|
||||||
});
|
});
|
||||||
|
|
||||||
test("User creates grouped color token", async ({ page }) => {
|
test("User creates grouped color token", async ({ page }) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue