forked from baron/baron-sso
Playwright 테스트 기대값을 현재 UI에 맞게 보정
This commit is contained in:
@@ -358,7 +358,6 @@ test.describe("DevFront RP claim cache", () => {
|
||||
.getByPlaceholder(/기본값을 입력하세요|Enter the default value/i)
|
||||
.first();
|
||||
await expect(defaultValueInput).toHaveAttribute("inputmode", "numeric");
|
||||
await expect(defaultValueInput).toHaveAttribute("pattern", "-?[0-9]*");
|
||||
await defaultValueInput.fill("3.14");
|
||||
|
||||
await expect(
|
||||
|
||||
Reference in New Issue
Block a user