Skip to content

fix: Bind this to utils that moved from static to non-static with js api de-globalization #2363

fix: Bind this to utils that moved from static to non-static with js api de-globalization

fix: Bind this to utils that moved from static to non-static with js api de-globalization #2363

Triggered via pull request February 12, 2024 17:26
Status Success
Total duration 38m 9s
Artifacts 1

e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 6 warnings, and 1 notice
[firefox] › context-menu.spec.ts:238:5 › go to: tests/context-menu.spec.ts#L1
1) [firefox] › context-menu.spec.ts:238:5 › go to ──────────────────────────────────────────────── Test timeout of 120000ms exceeded.
[firefox] › context-menu.spec.ts:238:5 › go to: tests/context-menu.spec.ts#L244
1) [firefox] › context-menu.spec.ts:238:5 › go to ──────────────────────────────────────────────── Error: locator.selectOption: Page closed =========================== logs =========================== waiting for getByLabel('filter-type-select') ============================================================ 242 | 243 | await page.getByRole('button', { name: 'Go to' }).click(); > 244 | await page.getByLabel('filter-type-select').selectOption('Equals'); | ^ 245 | 246 | await waitForLoadingDone(page); 247 | await expect(page.locator('.iris-grid-column')).toHaveScreenshot(); at /home/runner/work/web-client-ui/web-client-ui/tests/context-menu.spec.ts:244:47
[webkit] › context-menu.spec.ts:221:5 › filter by value: tests/context-menu.spec.ts#L55
2) [webkit] › context-menu.spec.ts:221:5 › filter by value ─────────────────────────────────────── Test timeout of 120000ms exceeded while running "afterEach" hook. 53 | }); 54 | > 55 | test.afterEach(async ({ page }) => { | ^ 56 | const consoleInput = page.locator('.console-input'); 57 | await consoleInput.click(); 58 | at /home/runner/work/web-client-ui/web-client-ui/tests/context-menu.spec.ts:55:6
[webkit] › context-menu.spec.ts:221:5 › filter by value: tests/context-menu.spec.ts#L57
2) [webkit] › context-menu.spec.ts:221:5 › filter by value ─────────────────────────────────────── Error: locator.click: Target closed =========================== logs =========================== waiting for locator('.console-input') locator resolved to <div class="console-input" data-mode-id="python" data…>…</div> attempting click action waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #1 waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #2 waiting 20ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #3 waiting 100ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #4 waiting 100ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #5 waiting 500ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #6 waiting 500ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #7 waiting 500ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #8 waiting 500ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #9 waiting 500ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #10 waiting 500ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #11 waiting 500ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div class="context-menu-root active">…</div> intercepts pointer events retrying click action, attempt #12 waiting 500ms waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling <div
[webkit] › styleguide.spec.ts:54:5 › UI regression test - Styleguide section count: tests/styleguide.spec.ts#L61
3) [webkit] › styleguide.spec.ts:54:5 › UI regression test - Styleguide section count ──────────── Error: Timed out 15000ms waiting for expect(received).toHaveCount(expected) // deep equality Expected: 41 Received: 0 Call log: - expect.toHaveCount with timeout 15000ms - waiting for locator('.sample-section:not(.sample-section-e2e-ignore)') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" 59 | ); 60 | > 61 | await expect(sampleSections).toHaveCount(sampleSectionIds.length); | ^ 62 | }); 63 | 64 | test('UI regression test - Styleguide button section count', async ({ at /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts:61:32
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Slow Test: [webkit] › styleguide.spec.ts#L1
[webkit] › styleguide.spec.ts took 8.2m
Slow Test: [webkit] › context-menu.spec.ts#L1
[webkit] › context-menu.spec.ts took 5.0m
Slow Test: [firefox] › context-menu.spec.ts#L1
[firefox] › context-menu.spec.ts took 3.7m
Slow Test: [firefox] › styleguide.spec.ts#L1
[firefox] › styleguide.spec.ts took 2.7m
Slow Test: [chromium] › styleguide.spec.ts#L1
[chromium] › styleguide.spec.ts took 2.3m
🎭 Playwright Run Summary
3 flaky [firefox] › context-menu.spec.ts:238:5 › go to ───────────────────────────────────────────────── [webkit] › context-menu.spec.ts:221:5 › filter by value ──────────────────────────────────────── [webkit] › styleguide.spec.ts:54:5 › UI regression test - Styleguide section count ───────────── 276 passed (33.6m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
76.3 MB