Skip to content

chore(deps): bump qs from 6.15.2 to 6.16.0 (#297) #373

chore(deps): bump qs from 6.15.2 to 6.16.0 (#297)

chore(deps): bump qs from 6.15.2 to 6.16.0 (#297) #373

Triggered via push September 4, 2026 03:34
Status Success
Total duration 12m 5s
Artifacts 1

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 notice
[ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms: e2e/performance.test.ts#L0
4) [ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Importing a module script failed.
[ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms: e2e/util.ts#L33
4) [ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ───────── Error: page.goto: Test ended. Call log: - navigating to "http://localhost:3000/", waiting until "load" at util.ts:33 31 | }); 32 | > 33 | await page.goto('/'); | ^ 34 | 35 | await clearTable(page); 36 | at gotoHomePage (/home/runner/work/excel/excel/e2e/util.ts:33:14) at /home/runner/work/excel/excel/e2e/performance.test.ts:5:21
[ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms: e2e/performance.test.ts#L0
4) [ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ───────── Importing a module script failed.
[mobile-safari] › e2e/context-menu.test.ts:57:5 › context menu cut option: e2e/context-menu.test.ts#L85
3) [mobile-safari] › e2e/context-menu.test.ts:57:5 › context menu cut option ───────────────────── Error: expect(locator).toHaveText(expected) failed Locator: getByTestId('formula-editor-trigger') Expected: "Cut Test" Received: "ut Test" Timeout: 10000ms Call log: - Expect "toHaveText" with timeout 10000ms - waiting for getByTestId('formula-editor-trigger') 23 × locator resolved to <div data-testid="formula-editor-trigger" class="_formula-bar-value_1flh9_38 _show_1flh9_53">ut Test</div> - unexpected value "ut Test" 83 | // Verify paste worked 84 | await expect(page.getByTestId('formula-bar-name-input')).toHaveValue('A2'); > 85 | await expect(page.getByTestId('formula-editor-trigger')).toHaveText( | ^ 86 | 'Cut Test', 87 | ); 88 | at /home/runner/work/excel/excel/e2e/context-menu.test.ts:85:60
[webkit] › e2e/ccp.test.ts:3:5 › copy and paste value: e2e/ccp.test.ts#L13
2) [webkit] › e2e/ccp.test.ts:3:5 › copy and paste value ───────────────────────────────────────── Error: expect(locator).toHaveText(expected) failed Locator: getByTestId('formula-editor-trigger') Expected: "hello" Received: "ello" Timeout: 10000ms Call log: - Expect "toHaveText" with timeout 10000ms - waiting for getByTestId('formula-editor-trigger') 23 × locator resolved to <div data-testid="formula-editor-trigger" class="_formula-bar-value_1flh9_38 _show_1flh9_53">ello</div> - unexpected value "ello" 11 | await sleep(50); 12 | await expect(page.getByTestId('formula-bar-name-input')).toHaveValue('A2'); > 13 | await expect(page.getByTestId('formula-editor-trigger')).toHaveText('hello'); | ^ 14 | }); 15 | 16 | test('cut and paste value', async ({ page }) => { at /home/runner/work/excel/excel/e2e/ccp.test.ts:13:60
[firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms: e2e/util.ts#L33
1) [firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ────────── Error: page.goto: Test ended. Call log: - navigating to "http://localhost:3000/", waiting until "load" at util.ts:33 31 | }); 32 | > 33 | await page.goto('/'); | ^ 34 | 35 | await clearTable(page); 36 | at gotoHomePage (/home/runner/work/excel/excel/e2e/util.ts:33:14) at /home/runner/work/excel/excel/e2e/performance.test.ts:5:21
[firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms: e2e/util.ts#L4
1) [firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ────────── Error: page.evaluate: Execution context was destroyed, most likely because of a navigation at util.ts:4 2 | 3 | const clearTable = async (page: Page) => { > 4 | await page.evaluate(() => { | ^ 5 | sessionStorage.clear(); 6 | localStorage.clear(); 7 | }); at clearTable (/home/runner/work/excel/excel/e2e/util.ts:4:14) at Object.page (/home/runner/work/excel/excel/e2e/util.ts:66:11)
[firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms: e2e/util.ts#L29
1) [firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ────────── Error: [JavaScript Error: "NS_BINDING_ABORTED: " {file: "chrome://juggler/content/content/WorkerMain.js" line: 7}] at util.ts:29 27 | const text = msg.text(); 28 | if (type === 'error' && !isWhiteList(text)) { > 29 | throw new Error(text); | ^ 30 | } 31 | }); 32 | at _Page.<anonymous> (/home/runner/work/excel/excel/e2e/util.ts:29:13)
🎭 Playwright Run Summary
4 flaky [firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ─────────── [webkit] › e2e/ccp.test.ts:3:5 › copy and paste value ────────────────────────────────────────── [mobile-safari] › e2e/context-menu.test.ts:57:5 › context menu cut option ────────────────────── [ipad-pro] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ────────── 3 skipped 245 passed (4.7m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report Expired
4.04 MB
sha256:93db9b9027f31c969fd94232b512d8c6dc2f62ee7d7db3d212eaa67f2f418830