feat: introduce Grid as a new question type #1647
Annotations
1 error, 1 warning, and 1 notice
|
[chromium] βΊ playwright/e2e/ime-input.spec.ts:18:1 βΊ IME input does not trigger new option:
playwright/e2e/ime-input.spec.ts#L79
1) [chromium] βΊ playwright/e2e/ime-input.spec.ts:18:1 βΊ IME input does not trigger new option ββββ
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('main section').first().getByRole('textbox', { name: /The text of option \d+/i })
Expected: 1
Received: 0
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('main section').first().getByRole('textbox', { name: /The text of option \d+/i })
8 Γ locator resolved to 0 elements
- unexpected value "0"
77 | })
78 | // so there were 4 inputs but those should only result in one new option
> 79 | await expect(question.answerInputs).toHaveCount(1)
| ^
80 | await expect(question.answerInputs).toHaveValue('γ')
81 | },
82 | )
at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/ime-input.spec.ts:79:39
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ playwright/e2e/ime-input.spec.ts:18:1 βΊ IME input does not trigger new option βββββ
8 passed (3.5m)
|