fix(group field): Allow to configure repeat property in the UI #2506
Annotations
1 error and 1 notice
Running E2E tests:
playwright/pages/ChangelogPage.ts#L64
1) [chromium] › changelog/changelog.spec.ts:5:11 › I can see a warning if the selected release note has a breaking changes
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('main').getByText('Breaking Changes - This changes is breaking your slice machine', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('main').getByText('Breaking Changes - This changes is breaking your slice machine', { exact: true })
at ../pages/ChangelogPage.ts:64
62 | await expect(
63 | this.body.getByText(releaseNotes, { exact: true }),
> 64 | ).toBeVisible();
| ^
65 | }
66 | }
67 |
at ChangelogPage.checkReleaseNotes (/home/runner/work/slice-machine/slice-machine/playwright/pages/ChangelogPage.ts:64:7)
at /home/runner/work/slice-machine/slice-machine/playwright/tests/changelog/changelog.spec.ts:27:25
|
Running E2E tests
1 flaky
[chromium] › changelog/changelog.spec.ts:5:11 › I can see a warning if the selected release note has a breaking changes
12 passed (1.4m)
|
The logs for this run have expired and are no longer available.
Loading