Skip to content

Jupyterlab 4 manually #3226

Jupyterlab 4 manually

Jupyterlab 4 manually #3226

Triggered via pull request September 10, 2024 16:08
Status Failure
Total duration 12m 0s
Billable time 3h 10m
Artifacts 1

test-mitosheet-frontend.yml

on: pull_request
Matrix: test-mitosheet-frontend-dash
Matrix: test-mitosheet-frontend-jupyterlab
Matrix: test-mitosheet-frontend-jupyternotebook
Matrix: test-mitosheet-frontend-streamlit
Fit to window
Zoom out
Zoom in

Annotations

37 errors, 119 warnings, and 35 notices
[chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code: tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts#L1
1) [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code Test timeout of 60000ms exceeded.
[chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code: tests/jupyterlab_ui_tests/utils.ts#L59
1) [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code Error: proxy.waitForTimeout: Test timeout of 60000ms exceeded. at jupyterlab_ui_tests/utils.ts:59 57 | while (!/[a-zA-Z]/g.test(cellCode || '')) { 58 | // Wait 20 ms > 59 | await page.waitForTimeout(20); | ^ 60 | await waitForIdle(page); 61 | const cellInput = await page.notebook.getCellInput(cellIndex); 62 | cellCode = (await cellInput?.innerText())?.trim(); at waitForCodeToBeWritten (/home/runner/work/mito/mito/tests/jupyterlab_ui_tests/utils.ts:59:16) at /home/runner/work/mito/mito/tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:20:5
[chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code: tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts#L1
1) [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code Test timeout of 60000ms exceeded.
[chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code: tests/jupyterlab_ui_tests/utils.ts#L61
1) [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code Error: locator.count: Test timeout of 60000ms exceeded. at jupyterlab_ui_tests/utils.ts:61 59 | await page.waitForTimeout(20); 60 | await waitForIdle(page); > 61 | const cellInput = await page.notebook.getCellInput(cellIndex); | ^ 62 | cellCode = (await cellInput?.innerText())?.trim(); 63 | } 64 | } at NotebookHelper.getNotebookInPanelLocator (/home/runner/work/mito/mito/tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:121:35) at NotebookHelper.getCellLocator (/home/runner/work/mito/mito/tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:572:22) at NotebookHelper.getCellInputLocator (/home/runner/work/mito/mito/tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:656:18) at NotebookHelper.getCellInput (/home/runner/work/mito/mito/tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:646:13) at waitForCodeToBeWritten (/home/runner/work/mito/mito/tests/jupyterlab_ui_tests/utils.ts:61:23) at /home/runner/work/mito/mito/tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:20:5
[chromium] › streamlit_ui_tests/taskpanes/code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function: tests/streamlit_ui_tests/utils.ts#L8
1) [chromium] › streamlit_ui_tests/taskpanes/code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) at streamlit_ui_tests/utils.ts:8 6 | await page.goto('http://localhost:8555/'); 7 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]'); > 8 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible(); | ^ 9 | return mito; 10 | }; 11 | at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104) at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18) at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/code_config.spec.ts:7:18
[chromium] › streamlit_ui_tests/taskpanes/formatting.spec.ts:33:9 › Formatting › Add a custom style to rows: tests/streamlit_ui_tests/taskpanes/formatting.spec.ts#L39
2) [chromium] › streamlit_ui_tests/taskpanes/formatting.spec.ts:33:9 › Formatting › Add a custom style to rows Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected) Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-row-even').first() Expected string: "rgb(43, 78, 238)" Received string: "rgb(255, 255, 255)" Call log: - expect.toHaveCSS with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-row-even').first() - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" 37 | await mito.locator('.mito-blue-container', { hasText: 'Rows'}).click(); 38 | await mito.locator('.spacing-row', { hasText: 'Even Row: Background Color' }).locator('.color-input').fill('#2b4eee'); > 39 | await expect(mito.locator('.mito-grid-row-even').first()).toHaveCSS('background-color', 'rgb(43, 78, 238)') | ^ 40 | 41 | await mito.locator('.spacing-row', { hasText: 'Even Row: Text Color' }).locator('.color-input').fill('#ffffff'); 42 | await expect(mito.locator('.mito-grid-row-even').first()).toHaveCSS('color', 'rgb(255, 255, 255)') at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/formatting.spec.ts:39:67
[firefox] › streamlit_ui_tests/toolbar/code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code: tests/streamlit_ui_tests/utils.ts#L8
1) [firefox] › streamlit_ui_tests/toolbar/code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code ─── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) at streamlit_ui_tests/utils.ts:8 6 | await page.goto('http://localhost:8555/'); 7 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]'); > 8 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible(); | ^ 9 | return mito; 10 | }; 11 | at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104) at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18) at /home/runner/work/mito/mito/tests/streamlit_ui_tests/toolbar/code.spec.ts:8:18
[firefox] › streamlit_ui_tests/toolbar/data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes: tests/streamlit_ui_tests/utils.ts#L8
2) [firefox] › streamlit_ui_tests/toolbar/data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) at streamlit_ui_tests/utils.ts:8 6 | await page.goto('http://localhost:8555/'); 7 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]'); > 8 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible(); | ^ 9 | return mito; 10 | }; 11 | at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104) at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18) at /home/runner/work/mito/mito/tests/streamlit_ui_tests/toolbar/data.spec.ts:9:18
[Google Chrome] › streamlit_ui_tests/taskpanes/code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function: tests/streamlit_ui_tests/utils.ts#L8
1) [Google Chrome] › streamlit_ui_tests/taskpanes/code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) at streamlit_ui_tests/utils.ts:8 6 | await page.goto('http://localhost:8555/'); 7 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]'); > 8 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible(); | ^ 9 | return mito; 10 | }; 11 | at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104) at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18) at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/code_config.spec.ts:7:18
[Google Chrome] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype: tests/streamlit_ui_tests/utils.ts#L8
2) [Google Chrome] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) at streamlit_ui_tests/utils.ts:8 6 | await page.goto('http://localhost:8555/'); 7 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]'); > 8 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible(); | ^ 9 | return mito; 10 | }; 11 | at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104) at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18) at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:28:22
[firefox] › streamlit_ui_tests/taskpanes/formatting.spec.ts:33:9 › Formatting › Add a custom style to rows: tests/streamlit_ui_tests/taskpanes/formatting.spec.ts#L39
1) [firefox] › streamlit_ui_tests/taskpanes/formatting.spec.ts:33:9 › Formatting › Add a custom style to rows Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected) Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-row-even').first() Expected string: "rgb(43, 78, 238)" Received string: "rgb(255, 255, 255)" Call log: - expect.toHaveCSS with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-row-even').first() - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" - locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div> - unexpected value "rgb(255, 255, 255)" 37 | await mito.locator('.mito-blue-container', { hasText: 'Rows'}).click(); 38 | await mito.locator('.spacing-row', { hasText: 'Even Row: Background Color' }).locator('.color-input').fill('#2b4eee'); > 39 | await expect(mito.locator('.mito-grid-row-even').first()).toHaveCSS('background-color', 'rgb(43, 78, 238)') | ^ 40 | 41 | await mito.locator('.spacing-row', { hasText: 'Even Row: Text Color' }).locator('.color-input').fill('#ffffff'); 42 | await expect(mito.locator('.mito-grid-row-even').first()).toHaveCSS('color', 'rgb(255, 255, 255)') at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/formatting.spec.ts:39:67
[firefox] › streamlit_ui_tests/taskpanes/merge.spec.ts:144:9 › Merge › Changing the columns to keep in merge: tests/streamlit_ui_tests/taskpanes/merge.spec.ts#L168
2) [firefox] › streamlit_ui_tests/taskpanes/merge.spec.ts:144:9 › Merge › Changing the columns to keep in merge Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.endo-column-header-container') Expected: 3 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.endo-column-header-container') - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" - locator resolved to 2 elements - unexpected value "2" 166 | await mito.locator('.multi-toggle-box-row', { hasText: 'Column2' }).locator('input[type="checkbox"]').nth(1).click(); 167 | await awaitResponse(page); > 168 | await expect(mito.locator('.endo-column-header-container')).toHaveCount(3); | ^ 169 | }); 170 | 171 | test('Deleting a merge key then editing a merge', async ({ page }) => { at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/merge.spec.ts:168:69
[Google Chrome] › streamlit_ui_tests/toolbar/code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code: tests/streamlit_ui_tests/utils.ts#L8
1) [Google Chrome] › streamlit_ui_tests/toolbar/code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) at streamlit_ui_tests/utils.ts:8 6 | await page.goto('http://localhost:8555/'); 7 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]'); > 8 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible(); | ^ 9 | return mito; 10 | }; 11 | at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104) at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18) at /home/runner/work/mito/mito/tests/streamlit_ui_tests/toolbar/code.spec.ts:8:18
[Google Chrome] › streamlit_ui_tests/toolbar/data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes: tests/streamlit_ui_tests/utils.ts#L8
2) [Google Chrome] › streamlit_ui_tests/toolbar/data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) at streamlit_ui_tests/utils.ts:8 6 | await page.goto('http://localhost:8555/'); 7 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]'); > 8 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible(); | ^ 9 | return mito; 10 | }; 11 | at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104) at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18) at /home/runner/work/mito/mito/tests/streamlit_ui_tests/toolbar/data.spec.ts:9:18
Test toolbar on windows-latest-l firefox
Process completed with exit code 1.
[Google Chrome] › streamlit_ui_tests/grid/cell.spec.ts:7:9 › Column Header › Cell context menu appears: tests/streamlit_ui_tests/utils.ts#L8
1) [Google Chrome] › streamlit_ui_tests/grid/cell.spec.ts:7:9 › Column Header › Cell context menu appears Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' }) at streamlit_ui_tests/utils.ts:8 6 | await page.goto('http://localhost:8555/'); 7 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]'); > 8 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible(); | ^ 9 | return mito; 10 | }; 11 | at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104) at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18) at /home/runner/work/mito/mito/tests/streamlit_ui_tests/grid/cell.spec.ts:8:22
Test graph on windows-latest-l chromium
Process completed with exit code 1.
Test taskpanes on windows-latest-l chromium
Process completed with exit code 1.
Test toolbar on windows-latest-l chromium
Process completed with exit code 1.
Test taskpanes on windows-latest-l firefox
Process completed with exit code 1.
Test taskpanes on windows-latest-l Google Chrome
Process completed with exit code 1.
Test toolbar on windows-latest-l Google Chrome
Process completed with exit code 1.
Test grid on windows-latest-l chromium
Process completed with exit code 1.
Test graph on windows-latest-l Google Chrome
Process completed with exit code 1.
Test grid on windows-latest-l firefox
Process completed with exit code 1.
Test graph on windows-latest-l firefox
Process completed with exit code 1.
Test grid on windows-latest-l Google Chrome
Process completed with exit code 1.
Test toolbar on windows-latest-l Microsoft Edge
Process completed with exit code 1.
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet: tests/streamlit_ui_tests/utils.ts#L49
1) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-cell[mito-col-index="1"]').first() Expected string: "2.00" Received string: "0" Call log: - expect.toHaveText with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-cell[mito-col-index="1"]').first() - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" at streamlit_ui_tests/utils.ts:49 47 | continue; 48 | } > 49 | await expect(cell).toHaveText(values[cellIndex]); | ^ 50 | } 51 | } 52 | at checkColumnCellsHaveExpectedValues (/Users/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:49:28) at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:367:5
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet: tests/streamlit_ui_tests/utils.ts#L49
1) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-cell[mito-col-index="1"]').first() Expected string: "2.00" Received string: "0" Call log: - expect.toHaveText with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-cell[mito-col-index="1"]').first() - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" at streamlit_ui_tests/utils.ts:49 47 | continue; 48 | } > 49 | await expect(cell).toHaveText(values[cellIndex]); | ^ 50 | } 51 | } 52 | at checkColumnCellsHaveExpectedValues (/Users/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:49:28) at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:367:5
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet: tests/streamlit_ui_tests/utils.ts#L49
1) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-cell[mito-col-index="1"]').first() Expected string: "2.00" Received string: "0" Call log: - expect.toHaveText with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-cell[mito-col-index="1"]').first() - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" at streamlit_ui_tests/utils.ts:49 47 | continue; 48 | } > 49 | await expect(cell).toHaveText(values[cellIndex]); | ^ 50 | } 51 | } 52 | at checkColumnCellsHaveExpectedValues (/Users/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:49:28) at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:367:5
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet: tests/streamlit_ui_tests/utils.ts#L49
1) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-cell[mito-col-index="1"]').first() Expected string: "2.00" Received string: "0" Call log: - expect.toHaveText with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-cell[mito-col-index="1"]').first() - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" - locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div> - unexpected value "0" at streamlit_ui_tests/utils.ts:49 47 | continue; 48 | } > 49 | await expect(cell).toHaveText(values[cellIndex]); | ^ 50 | } 51 | } 52 | at checkColumnCellsHaveExpectedValues (/Users/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:49:28) at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:367:5
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:92:5 › Reference cell by clicking on it: tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts#L106
2) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:92:5 › Reference cell by clicking on it Error: expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 4 Array [ - "1", - "4", - "7", - "10", + "", + "0", + "0", + "0", ] 104 | 105 | const cellValues = await getValuesInColumn(mito, columnHeader); > 106 | expect(cellValues).toEqual(['1', '4', '7', '10']); | ^ 107 | }); 108 | 109 | test('Reference column by clicking on column header', async ({ page }) => { at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:106:24
Test grid on macos-latest firefox
Process completed with exit code 1.
Test graph on windows-latest-l Microsoft Edge
Process completed with exit code 1.
Test grid on windows-latest-l Microsoft Edge
Process completed with exit code 1.
Test taskpanes on windows-latest-l Microsoft Edge
Process completed with exit code 1.
test-mitosheet-frontend-jupyternotebook (3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-mitosheet-frontend-jupyternotebook (3.8)
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-mitosheet-frontend-jupyternotebook (3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-mitosheet-frontend-jupyternotebook (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-mitosheet-frontend-dash (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-mitosheet-frontend-dash (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-mitosheet-frontend-jupyternotebook (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-mitosheet-frontend-jupyternotebook (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-mitosheet-frontend-jupyterlab (3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-mitosheet-frontend-jupyterlab (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-mitosheet-frontend-jupyterlab (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-mitosheet-frontend-jupyterlab (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on macos-latest webkit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on macos-latest webkit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-mitosheet-frontend-jupyterlab (3.8)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-mitosheet-frontend-jupyterlab (3.8)
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on macos-latest chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on macos-latest chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on ubuntu-latest-m chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on ubuntu-latest-m chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on ubuntu-latest-m chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on ubuntu-latest-m chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on macos-latest webkit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on macos-latest webkit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on macos-latest Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on macos-latest Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on macos-latest chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on macos-latest chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on macos-latest Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on macos-latest Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on macos-latest webkit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on macos-latest webkit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on ubuntu-latest-m firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on ubuntu-latest-m firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on macos-latest Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on macos-latest Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on ubuntu-latest-m chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on ubuntu-latest-m chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on macos-latest chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on macos-latest chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on macos-latest webkit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on macos-latest webkit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on macos-latest chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on macos-latest chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on ubuntu-latest-m chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on ubuntu-latest-m chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on ubuntu-latest-m firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on ubuntu-latest-m firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on ubuntu-latest-m firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on ubuntu-latest-m firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on macos-latest Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on macos-latest Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on ubuntu-latest-m Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on ubuntu-latest-m Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on ubuntu-latest-m firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on ubuntu-latest-m firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on ubuntu-latest-m Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on ubuntu-latest-m Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on windows-latest-l firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on windows-latest-l firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on windows-latest-l firefox
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test graph on ubuntu-latest-m Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on ubuntu-latest-m Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on ubuntu-latest-m Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on ubuntu-latest-m Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on windows-latest-l chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on windows-latest-l chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on windows-latest-l chromium
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test taskpanes on windows-latest-l chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on windows-latest-l chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on windows-latest-l chromium
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test toolbar on windows-latest-l chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on windows-latest-l chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on windows-latest-l chromium
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test taskpanes on windows-latest-l firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on windows-latest-l firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on windows-latest-l firefox
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test toolbar on macos-latest firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on macos-latest firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on windows-latest-l Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on windows-latest-l Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on windows-latest-l Google Chrome
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test toolbar on windows-latest-l Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on windows-latest-l Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on windows-latest-l Google Chrome
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test grid on windows-latest-l chromium
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on windows-latest-l chromium
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on windows-latest-l chromium
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test graph on windows-latest-l Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on windows-latest-l Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on windows-latest-l Google Chrome
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test grid on windows-latest-l firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on windows-latest-l firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on windows-latest-l firefox
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test graph on windows-latest-l firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on windows-latest-l firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on windows-latest-l firefox
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test grid on windows-latest-l Google Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on windows-latest-l Google Chrome
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on windows-latest-l Google Chrome
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test taskpanes on macos-latest firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on macos-latest firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on windows-latest-l Microsoft Edge
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test toolbar on windows-latest-l Microsoft Edge
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test toolbar on windows-latest-l Microsoft Edge
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test grid on macos-latest firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on macos-latest firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on windows-latest-l Microsoft Edge
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on windows-latest-l Microsoft Edge
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test graph on windows-latest-l Microsoft Edge
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test grid on windows-latest-l Microsoft Edge
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test grid on windows-latest-l Microsoft Edge
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test grid on windows-latest-l Microsoft Edge
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test taskpanes on windows-latest-l Microsoft Edge
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test taskpanes on windows-latest-l Microsoft Edge
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test taskpanes on windows-latest-l Microsoft Edge
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
Test graph on macos-latest firefox
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test graph on macos-latest firefox
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results-grid-macos-latest-python3.10-firefox". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
1 passed (14.0s)
🎭 Playwright Run Summary
1 passed (13.5s)
🎭 Playwright Run Summary
1 passed (7.7s)
🎭 Playwright Run Summary
1 passed (14.3s)
🎭 Playwright Run Summary
1 skipped 5 passed (44.6s)
🎭 Playwright Run Summary
1 flaky [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code 1 skipped 4 passed (1.4m)
🎭 Playwright Run Summary
3 skipped 43 passed (2.6m)
🎭 Playwright Run Summary
1 flaky [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code 1 skipped 4 passed (1.4m)
🎭 Playwright Run Summary
2 skipped 44 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 43 passed (2.7m)
🎭 Playwright Run Summary
2 skipped 44 passed (2.3m)
🎭 Playwright Run Summary
1 skipped 38 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 44 passed (2.9m)
🎭 Playwright Run Summary
1 skipped 38 passed (3.4m)
🎭 Playwright Run Summary
1 skipped 38 passed (3.1m)
🎭 Playwright Run Summary
6 skipped 39 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 43 passed (2.6m)
🎭 Playwright Run Summary
2 skipped 43 passed (3.2m)
🎭 Playwright Run Summary
2 flaky [chromium] › streamlit_ui_tests/taskpanes/code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function [chromium] › streamlit_ui_tests/taskpanes/formatting.spec.ts:33:9 › Formatting › Add a custom style to rows 1 skipped 36 passed (2.7m)
🎭 Playwright Run Summary
44 passed (4.2m)
🎭 Playwright Run Summary
44 passed (4.1m)
🎭 Playwright Run Summary
2 skipped 43 passed (3.5m)
🎭 Playwright Run Summary
44 passed (2.9m)
🎭 Playwright Run Summary
2 flaky [firefox] › streamlit_ui_tests/toolbar/code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code ──── [firefox] › streamlit_ui_tests/toolbar/data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes 2 skipped 42 passed (2.5m)
🎭 Playwright Run Summary
44 passed (2.9m)
🎭 Playwright Run Summary
44 passed (4.1m)
🎭 Playwright Run Summary
2 flaky [Google Chrome] › streamlit_ui_tests/taskpanes/code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function [Google Chrome] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype 1 skipped 36 passed (2.3m)
🎭 Playwright Run Summary
2 flaky [firefox] › streamlit_ui_tests/taskpanes/formatting.spec.ts:33:9 › Formatting › Add a custom style to rows [firefox] › streamlit_ui_tests/taskpanes/merge.spec.ts:144:9 › Merge › Changing the columns to keep in merge 1 skipped 36 passed (2.7m)
🎭 Playwright Run Summary
2 flaky [Google Chrome] › streamlit_ui_tests/toolbar/code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code [Google Chrome] › streamlit_ui_tests/toolbar/data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes 2 skipped 42 passed (2.3m)
🎭 Playwright Run Summary
44 passed (2.7m)
🎭 Playwright Run Summary
1 flaky [Google Chrome] › streamlit_ui_tests/grid/cell.spec.ts:7:9 › Column Header › Cell context menu appears 2 skipped 42 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 44 passed (6.3m)
🎭 Playwright Run Summary
1 skipped 38 passed (6.7m)
🎭 Playwright Run Summary
1 failed [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet 1 flaky [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:92:5 › Reference cell by clicking on it 2 skipped 41 passed (7.9m)
🎭 Playwright Run Summary
44 passed (8.5m)

Artifacts

Produced during runtime
Name Size
test-results-grid-macos-latest-python3.10-firefox Expired
7.31 MB