🐛 Fix input variant

This commit is contained in:
Eva Marco
2025-11-27 14:47:58 +01:00
committed by Andrey Antukh
parent 508db99a57
commit 8e79dfcb82
3 changed files with 3 additions and 1 deletions

View File

@@ -499,7 +499,7 @@ test.describe("Tokens: Tokens Tab", () => {
await valueField.fill("");
// TODO: We need to fix this translation
await expect(
tokensUpdateCreateModal.getByText("Empty field"),
tokensUpdateCreateModal.getByText("Token value cannot be empty"),
).toBeVisible();
await valueSaturationSelector.click({ position: { x: 50, y: 50 } });
await expect(valueField).toHaveValue(/^#[A-Fa-f\d]+$/);