feat[gen2][A/B testing]: ENG-6308 A/B testing support for data models in gen2 #14310
Annotations
2 errors, 3 warnings, and 1 notice
Run E2E tests
Process completed with exit code 1.
|
Run E2E tests:
packages/sdks-tests/src/e2e-tests/countdown.spec.ts#L76
1) [gen1-next14-pages] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
Error: Make sure the countdown updates a second time
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
74 |
75 | // repeat the process to ensure the countdown is updating correctly
> 76 | await expect
| ^
77 | .poll(
78 | async () => {
79 | if (!secondCountdownValue) throw new Error('firstCheckTime is undefined');
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/countdown.spec.ts:76:5
|
Run E2E tests:
packages/sdks-tests/[gen1-next14-pages] › link-component.spec.ts#L0
packages/sdks-tests/[gen1-next14-pages] › link-component.spec.ts took 16.6s
|
Run E2E tests:
packages/sdks-tests/[gen1-next14-pages] › countdown.spec.ts#L0
packages/sdks-tests/[gen1-next14-pages] › countdown.spec.ts took 19.3s
|
Run E2E tests:
packages/sdks-tests/[gen1-next14-pages] › ab-test.spec.ts#L0
packages/sdks-tests/[gen1-next14-pages] › ab-test.spec.ts took 25.0s
|
Run E2E tests
1 failed
[gen1-next14-pages] › countdown.spec.ts:5:3 › Symbol with JS Code › correctly updates countdown date
76 skipped
171 passed (3.2m)
|
Loading