feat(mock): update mock-server default state #4403
Annotations
5 errors, 1 warning, and 1 notice
|
Run E2E Tests
Process completed with exit code 1.
|
|
Run E2E Tests:
tests/variables-tab/variables-tab.spec.ts#L473
2) [default] › tests/variables-tab/variables-tab.spec.ts:453:7 › Variables tab › restores the scroll position after leaving and reopening the tab
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 300
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
471 | await reopenVariablesTab(page, 'seed');
472 |
> 473 | await expect.poll(() => getVariablesScrollTop(page)).toBe(SCROLL_TOP);
| ^
474 | });
475 |
476 | test('restores a long object value\'s own scroll position inside its cell', async ({ pageWithUserData: page }) => {
at /home/runner/work/usebruno-bruno/bruno/bruno/tests/variables-tab/variables-tab.spec.ts:473:58
|
|
Run E2E Tests:
tests/variables-tab/variables-tab.spec.ts#L473
2) [default] › tests/variables-tab/variables-tab.spec.ts:453:7 › Variables tab › restores the scroll position after leaving and reopening the tab
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 300
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
471 | await reopenVariablesTab(page, 'seed');
472 |
> 473 | await expect.poll(() => getVariablesScrollTop(page)).toBe(SCROLL_TOP);
| ^
474 | });
475 |
476 | test('restores a long object value\'s own scroll position inside its cell', async ({ pageWithUserData: page }) => {
at /home/runner/work/usebruno-bruno/bruno/bruno/tests/variables-tab/variables-tab.spec.ts:473:58
|
|
Run E2E Tests:
tests/variables-tab/variables-tab.spec.ts#L473
2) [default] › tests/variables-tab/variables-tab.spec.ts:453:7 › Variables tab › restores the scroll position after leaving and reopening the tab
Error: expect(received).toBe(expected) // Object.is equality
Expected: 300
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
471 | await reopenVariablesTab(page, 'seed');
472 |
> 473 | await expect.poll(() => getVariablesScrollTop(page)).toBe(SCROLL_TOP);
| ^
474 | });
475 |
476 | test('restores a long object value\'s own scroll position inside its cell', async ({ pageWithUserData: page }) => {
at /home/runner/work/usebruno-bruno/bruno/bruno/tests/variables-tab/variables-tab.spec.ts:473:58
|
|
Run E2E Tests:
tests/variable-datatypes/reference-types/reference-variable-type.spec.ts#L28
1) [default] › tests/variable-datatypes/reference-types/reference-variable-type.spec.ts:61:7 › DataType selector — referenced variable type › primitive datatype references › string → string: no warning
Error: refStringFromString is missing from the environment table
expect(locator).toBeVisible() failed
Locator: getByTestId('env-var-row-refStringFromString')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- refStringFromString is missing from the environment table with timeout 5000ms
- waiting for getByTestId('env-var-row-refStringFromString')
26 | const row = locators.environment.varRow(name);
27 | await scrollVirtuosoRowIntoView(page, row);
> 28 | await expect(row, `${name} is missing from the environment table`).toBeVisible();
| ^
29 | return locators.dataTypeSelector.mismatchIcon(row);
30 | };
31 |
at mismatchIcon (/home/runner/work/usebruno-bruno/bruno/bruno/tests/variable-datatypes/reference-types/reference-variable-type.spec.ts:28:70)
at expectNotFlagged (/home/runner/work/usebruno-bruno/bruno/bruno/tests/variable-datatypes/reference-types/reference-variable-type.spec.ts:37:16)
at /home/runner/work/usebruno-bruno/bruno/bruno/tests/variable-datatypes/reference-types/reference-variable-type.spec.ts:47:9
at runMatrix (/home/runner/work/usebruno-bruno/bruno/bruno/tests/variable-datatypes/reference-types/reference-variable-type.spec.ts:43:5)
at /home/runner/work/usebruno-bruno/bruno/bruno/tests/variable-datatypes/reference-types/reference-variable-type.spec.ts:63:5
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run E2E Tests
1 failed
[default] › tests/variables-tab/variables-tab.spec.ts:453:7 › Variables tab › restores the scroll position after leaving and reopening the tab
1 flaky
[default] › tests/variable-datatypes/reference-types/reference-variable-type.spec.ts:61:7 › DataType selector — referenced variable type › primitive datatype references
392 passed (36.2m)
|
background
wait
wait-all
cancel
parallel
Loading