Skip to content

Mitosheet default df renderer #3238

Mitosheet default df renderer

Mitosheet default df renderer #3238

Triggered via pull request September 23, 2024 15:30
Status Failure
Total duration 16m 37s
Billable time 4h 40m
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

88 errors, 103 warnings, and 51 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#L26
1) [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 2 24 | await page.notebook.setCell(2, 'code', `mitosheet.sheet(df)`); 25 | await page.notebook.runCell(2); > 26 | await getNumberOfColumns(page, 2).then((num) => expect(num).toBe(3)); | ^ 27 | }); 28 | 29 | at /home/runner/work/mito/mito/tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:26:65 at /home/runner/work/mito/mito/tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:26: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#L26
1) [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code Error: expect(received).toBe(expected) // Object.is equality Expected: 3 Received: 2 24 | await page.notebook.setCell(2, 'code', `mitosheet.sheet(df)`); 25 | await page.notebook.runCell(2); > 26 | await getNumberOfColumns(page, 2).then((num) => expect(num).toBe(3)); | ^ 27 | }); 28 | 29 | at /home/runner/work/mito/mito/tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:26:65 at /home/runner/work/mito/mito/tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:26:5
[chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:116:7 › Mitosheet JupyterLab integration › Automatically inserts new cell if user deletes mitosheet code: tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts#L126
2) [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:116:7 › Mitosheet JupyterLab integration › Automatically inserts new cell if user deletes mitosheet code Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('.jp-Notebook .jp-InputPrompt') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('.jp-Notebook .jp-InputPrompt') - 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" - locator resolved to 2 elements - unexpected value "2" 124 | await page.locator('.jp-Notebook .jp-InputPrompt').nth(1).click(); 125 | await page.keyboard.type('dd'); > 126 | await expect(page.locator('.jp-Notebook .jp-InputPrompt')).toHaveCount(1); | ^ 127 | 128 | // Make another edit and check that the modal doesn't appear, and that the cell below the mitosheet call has been updated 129 | await updateCellValue(page, 'new cell value', "'another cell value'"); at /home/runner/work/mito/mito/tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:126:64
[chromium] › notebook_ui_tests/notebook.mitosheet.spec.ts:6:7 › Mitosheet Jupyter Notebook integration › renders a mitosheet.sheet() and generates code: tests/notebook_ui_tests/notebook.mitosheet.spec.ts#L31
1) [chromium] › notebook_ui_tests/notebook.mitosheet.spec.ts:6:7 › Mitosheet Jupyter Notebook integration › renders a mitosheet.sheet() and generates code Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('from mitosheet.public.v3') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('from mitosheet.public.v3') 29 | 30 | // Check that the code generated by the mitosheet is correct > 31 | await expect(popup.getByText('from mitosheet.public.v3')).toBeVisible(); | ^ 32 | await expect(popup.getByText("# Added column new-column")).toBeVisible(); 33 | }); 34 | }); at /home/runner/work/mito/mito/tests/notebook_ui_tests/notebook.mitosheet.spec.ts:31:63
[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/taskpanes/merge.spec.ts:144:9 › Merge › Changing the columns to keep in merge: tests/streamlit_ui_tests/taskpanes/merge.spec.ts#L168
1) [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" - 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
[firefox] › streamlit_ui_tests/graph.spec.ts:94:7 › Graph Functionality › Graph from selection: tests/streamlit_ui_tests/utils.ts#L8
1) [firefox] › streamlit_ui_tests/graph.spec.ts:94:7 › Graph Functionality › Graph from selection 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/graph.spec.ts:95:18
[chromium] › streamlit_ui_tests/graph.spec.ts:94:7 › Graph Functionality › Graph from selection: tests/streamlit_ui_tests/utils.ts#L8
1) [chromium] › streamlit_ui_tests/graph.spec.ts:94:7 › Graph Functionality › Graph from selection 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/graph.spec.ts:95:18
[firefox] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:58:9 › Column Control Panel › Adding a group of filters: tests/streamlit_ui_tests/utils.ts#L43
1) [firefox] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:58:9 › Column Control Panel › Adding a group of filters Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.index-header-container') Expected: 2 Received: 1 Call log: - expect.toHaveCount with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.index-header-container') - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" - locator resolved to 1 element - unexpected value "1" at streamlit_ui_tests/utils.ts:43 41 | export const checkColumnCellsHaveExpectedValues = async (mito: FrameLocator, columnIndex: number, values: any[]) => { 42 | const cells = await mito.locator(`.mito-grid-cell[mito-col-index="${columnIndex}"]`).all() > 43 | await expect(mito.locator('.index-header-container')).toHaveCount(values.length); | ^ 44 | for (const cellIndex in values) { 45 | const cell = cells[cellIndex]; 46 | if (cell === undefined) { at checkColumnCellsHaveExpectedValues (/Users/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:43:59) at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:82:9
[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" - 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" - 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:382:5 › Start writing a cross-sheet formula using cel editor and switch to formula bar: tests/streamlit_ui_tests/utils.ts#L49
2) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:382:5 › Start writing a cross-sheet formula using cel editor and switch to formula bar 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:414:5
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:382:5 › Start writing a cross-sheet formula using cel editor and switch to formula bar: tests/streamlit_ui_tests/utils.ts#L49
2) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:382:5 › Start writing a cross-sheet formula using cel editor and switch to formula bar 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:414:5
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:382:5 › Start writing a cross-sheet formula using cel editor and switch to formula bar: tests/streamlit_ui_tests/utils.ts#L49
2) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:382:5 › Start writing a cross-sheet formula using cel editor and switch to formula bar 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" 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:414:5
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:382:5 › Start writing a cross-sheet formula using cel editor and switch to formula bar: tests/streamlit_ui_tests/utils.ts#L49
2) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:382:5 › Start writing a cross-sheet formula using cel editor and switch to formula bar 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:414:5
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:109:5 › Reference column by clicking on column header: tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts#L126
3) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:109:5 › Reference column by clicking on column header Error: expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 4 Array [ - "22", - "22", - "22", - "22", + "", + "0", + "0", + "0", ] 124 | 125 | const cellValues = await getValuesInColumn(mito, columnHeader); > 126 | expect(cellValues).toEqual(['22', '22', '22', '22']); | ^ 127 | }); 128 | 129 | test('Reference cell in previous row by clicking on it', async ({ page }) => { at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:126:24
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:109:5 › Reference column by clicking on column header: tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts#L126
3) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:109:5 › Reference column by clicking on column header Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 4 Array [ - "22", - "22", - "22", - "22", + "", + "0", + "0", + "0", ] 124 | 125 | const cellValues = await getValuesInColumn(mito, columnHeader); > 126 | expect(cellValues).toEqual(['22', '22', '22', '22']); | ^ 127 | }); 128 | 129 | test('Reference cell in previous row by clicking on it', async ({ page }) => { at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:126:24
[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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\code_config.spec.ts:7:18
[chromium] › streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype: tests\streamlit_ui_tests\utils.ts#L8
2) [chromium] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:28:22
[chromium] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file: tests\streamlit_ui_tests\utils.ts#L8
3) [chromium] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\file_import.spec.ts:14:18
[chromium] › streamlit_ui_tests\taskpanes\formatting.spec.ts:5:9 › Formatting › Add a suggested style: tests\streamlit_ui_tests\utils.ts#L8
4) [chromium] › streamlit_ui_tests\taskpanes\formatting.spec.ts:5:9 › Formatting › Add a suggested style 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\formatting.spec.ts:6:22
[Google Chrome] › streamlit_ui_tests\grid\add_column_tests.spec.ts:15:5 › Add new column to start using context menu: tests\streamlit_ui_tests\utils.ts#L171
1) [Google Chrome] › streamlit_ui_tests\grid\add_column_tests.spec.ts:15:5 › Add new column to start using context menu Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.endo-column-header-container').filter({ hasText: 'Column4' }) 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('.endo-column-header-container').filter({ hasText: 'Column4' }) at streamlit_ui_tests\utils.ts:171 169 | 170 | await expect(mito.locator('textbox')).not.toBeVisible(); > 171 | await expect(mito.locator('.endo-column-header-container', { hasText: newName })).toBeVisible(); | ^ 172 | } 173 | 174 | export const clickTab = async (page: Page, mito: FrameLocator, tabName: string): Promise<void> => { at renameColumnAtIndex (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:171:87) at createNewColumn (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:204:5) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\add_column_tests.spec.ts:19:5
[Google Chrome] › streamlit_ui_tests\taskpanes\pivot.spec.ts:121:9 › Pivot Table › Can handle multiple values: tests\streamlit_ui_tests\taskpanes\pivot.spec.ts#L37
1) [Google Chrome] › streamlit_ui_tests\taskpanes\pivot.spec.ts:121:9 › Pivot Table › Can handle multiple values Error: locator.click: Error: strict mode violation: getByText('Column1') resolved to 4 elements: 1) <p class="formula-bar-column-header text-header-3 text-overflow-hide">Column1</p> aka locator('div').filter({ hasText: /^Column1Column1$/ }).getByRole('paragraph') 2) <div class="formula-bar-formula text-header-3 text-overflow-hide element-width-block">Column1</div> aka getByText('Column1').nth(1) 3) <div tabindex="-1" class="endo-column-header-final-text">Column1</div> aka getByText('Column1').nth(2) 4) <p class="text-body-2 text-overflow-hide cursor-default ">Column1</p> aka getByRole('button', { name: 'Column1' }) Call log: - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').getByText('Column1') 35 | const row = rows[i]; 36 | await mito.getByText('+ Add').first().click(); > 37 | await mito.getByText(row).click(); | ^ 38 | await awaitResponse(page); 39 | } 40 | at createPivotFromSelectedSheet (C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\pivot.spec.ts:37:35) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\pivot.spec.ts:124:9
[chromium] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph: tests\streamlit_ui_tests\utils.ts#L8
1) [chromium] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph ────────────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:85:18
[chromium] › streamlit_ui_tests\graph.spec.ts:94:7 › Graph Functionality › Graph from selection: tests\streamlit_ui_tests\utils.ts#L8
2) [chromium] › streamlit_ui_tests\graph.spec.ts:94:7 › Graph Functionality › Graph from selection 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:95:18
[chromium] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order: tests\streamlit_ui_tests\utils.ts#L8
3) [chromium] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:107:18
[chromium] › streamlit_ui_tests\graph.spec.ts:118:7 › Graph Functionality › Change Chart type to Linear: tests\streamlit_ui_tests\utils.ts#L8
4) [chromium] › streamlit_ui_tests\graph.spec.ts:118:7 › Graph Functionality › Change Chart type to Linear 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTypeCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:68:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:119:18
[firefox] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph: tests\streamlit_ui_tests\utils.ts#L8
1) [firefox] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph ─────────────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:85:18
[firefox] › streamlit_ui_tests\graph.spec.ts:94:7 › Graph Functionality › Graph from selection: tests\streamlit_ui_tests\utils.ts#L8
2) [firefox] › streamlit_ui_tests\graph.spec.ts:94:7 › Graph Functionality › Graph from selection 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:95:18
[firefox] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order: tests\streamlit_ui_tests\utils.ts#L8
3) [firefox] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:107:18
[firefox] › streamlit_ui_tests\graph.spec.ts:118:7 › Graph Functionality › Change Chart type to Linear: tests\streamlit_ui_tests\utils.ts#L8
4) [firefox] › streamlit_ui_tests\graph.spec.ts:118:7 › Graph Functionality › Change Chart type to Linear 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTypeCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:68:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:119:18
[chromium] › streamlit_ui_tests\toolbar\code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code: tests\streamlit_ui_tests\utils.ts#L8
1) [chromium] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\code.spec.ts:8:18
[chromium] › streamlit_ui_tests\toolbar\data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes: tests\streamlit_ui_tests\utils.ts#L8
2) [chromium] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\data.spec.ts:9:18
[chromium] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button: tests\streamlit_ui_tests\utils.ts#L8
3) [chromium] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button ───── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\home.spec.ts:14:18
[chromium] › streamlit_ui_tests\toolbar\insert.spec.ts:8:9 › Insert Tab Buttons › Test Pivot: tests\streamlit_ui_tests\utils.ts#L8
4) [chromium] › streamlit_ui_tests\toolbar\insert.spec.ts:8:9 › Insert Tab Buttons › Test Pivot ── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\insert.spec.ts:9:20
[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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\code.spec.ts:8:18
[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 ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\data.spec.ts:9: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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\data.spec.ts:9:18
[firefox] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button: tests\streamlit_ui_tests\utils.ts#L8
3) [firefox] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button ────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\home.spec.ts:14:18
[firefox] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button: tests\streamlit_ui_tests\utils.ts#L8
3) [firefox] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\home.spec.ts:14:18
[firefox] › streamlit_ui_tests\toolbar\home.spec.ts:85:7 › Home Tab Buttons › Delete Column: tests\streamlit_ui_tests\toolbar\home.spec.ts#L92
4) [firefox] › streamlit_ui_tests\toolbar\home.spec.ts:85:7 › Home Tab Buttons › Delete Column ─── Error: expect.not.toBeVisible: Error: strict mode violation: getByText('Column2') resolved to 3 elements: 1) <p class="formula-bar-column-header text-header-3 text-overflow-hide">Column2</p> aka locator('p').filter({ hasText: 'Column2' }) 2) <div class="formula-bar-formula text-header-3 text-overflow-hide element-width-block">Column2</div> aka getByText('Column2').nth(1) 3) <div tabindex="-1" class="endo-column-header-final-text">Column2</div> aka getByText('Column2').nth(2) Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').getByText('Column2') 90 | await clickButtonAndAwaitResponse(page, mito, { name: 'Delete' }) 91 | > 92 | await expect(mito.getByText('Column2')).not.toBeVisible(); | ^ 93 | }); 94 | 95 | test('Insert Column', async ({ page }) => { at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\home.spec.ts:92:49
[firefox] › streamlit_ui_tests\toolbar\home.spec.ts:115:7 › Home Tab Buttons › Filter: tests\streamlit_ui_tests\toolbar\home.spec.ts#L140
5) [firefox] › streamlit_ui_tests\toolbar\home.spec.ts:115:7 › Home Tab Buttons › Filter ───────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-grid-cell').filter({ hasText: /^1$/ }).first() 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('.mito-grid-cell').filter({ hasText: /^1$/ }).first() 138 | 139 | // Check that the .mito-grid-cell containing 1 exists > 140 | await expect(mito.locator('.mito-grid-cell').filter({ hasText: /^1$/ }).first()).toBeVisible(); | ^ 141 | await expect(mito.getByText('Removed an additional 0 rows')).toBeVisible(); 142 | }); 143 | at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\home.spec.ts:140:86
[firefox] › streamlit_ui_tests\toolbar\insert.spec.ts:8:9 › Insert Tab Buttons › Test Pivot: tests\streamlit_ui_tests\utils.ts#L8
6) [firefox] › streamlit_ui_tests\toolbar\insert.spec.ts:8:9 › Insert Tab Buttons › Test Pivot ─── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\insert.spec.ts:9:20
[chromium] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu: tests\streamlit_ui_tests\utils.ts#L8
1) [chromium] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTypeCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:68:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\add_column_tests.spec.ts:8:18
[chromium] › streamlit_ui_tests\grid\cell.spec.ts:7:9 › Column Header › Cell context menu appears: tests\streamlit_ui_tests\utils.ts#L8
2) [chromium] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\cell.spec.ts:8:22
[chromium] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens: tests\streamlit_ui_tests\utils.ts#L8
3) [chromium] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\column_header.spec.ts:6:20
[chromium] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header context menu appears: tests\streamlit_ui_tests\utils.ts#L8
4) [chromium] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\index_header.spec.ts:6:20
[Microsoft Edge] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu: tests\streamlit_ui_tests\utils.ts#L8
1) [Microsoft Edge] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTypeCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:68:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\add_column_tests.spec.ts:8:18
[Microsoft Edge] › streamlit_ui_tests\grid\add_column_tests.spec.ts:25:5 › Add multiple new columns using context menu: tests\streamlit_ui_tests\grid\add_column_tests.spec.ts#L32
2) [Microsoft Edge] › streamlit_ui_tests\grid\add_column_tests.spec.ts:25:5 › Add multiple new columns using context menu Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.endo-column-header-container').nth(2).getByText('Column4') 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('.endo-column-header-container').nth(2).getByText('Column4') 30 | await createNewColumn(page, mito, 2, columnHeader4); 31 | > 32 | await expect(mito.locator('.endo-column-header-container').nth(2).getByText(columnHeader4)).toBeVisible(); | ^ 33 | 34 | await createNewColumn(page, mito, 2, columnHeader5); 35 | at C:\a\mito\mito\tests\streamlit_ui_tests\grid\add_column_tests.spec.ts:32:97
[Microsoft Edge] › streamlit_ui_tests\grid\cell.spec.ts:7:9 › Column Header › Cell context menu appears: tests\streamlit_ui_tests\utils.ts#L8
3) [Microsoft Edge] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\cell.spec.ts:8:22
[Microsoft Edge] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens: tests\streamlit_ui_tests\utils.ts#L8
4) [Microsoft Edge] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\column_header.spec.ts:6:20
[Microsoft Edge] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header context menu appears: tests\streamlit_ui_tests\utils.ts#L8
5) [Microsoft Edge] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\index_header.spec.ts:6:20
[Microsoft Edge] › streamlit_ui_tests\grid\set_column_formula_tests.spec.ts:180:5 › Use arrow keys to select rolling range: tests\streamlit_ui_tests\grid\set_column_formula_tests.spec.ts#L198
6) [Microsoft Edge] › streamlit_ui_tests\grid\set_column_formula_tests.spec.ts:180:5 › Use arrow keys to select rolling range Error: expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 4 Array [ - "5", - "11", - "17", - "23", + "", + "0", + "0", + "0", ] 196 | 197 | const cellValues = await getValuesInColumn(mito, columnHeader); > 198 | expect(cellValues).toEqual(['5', '11', '17', '23']); | ^ 199 | }); 200 | 201 | at C:\a\mito\mito\tests\streamlit_ui_tests\grid\set_column_formula_tests.spec.ts:198:24
[Microsoft Edge] › streamlit_ui_tests\toolbar\code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code: tests\streamlit_ui_tests\utils.ts#L8
1) [Microsoft Edge] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\code.spec.ts:8:18
[Microsoft Edge] › streamlit_ui_tests\toolbar\data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes: tests\streamlit_ui_tests\utils.ts#L8
2) [Microsoft Edge] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\data.spec.ts:9:18
[Microsoft Edge] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button: tests\streamlit_ui_tests\utils.ts#L8
3) [Microsoft Edge] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\home.spec.ts:14:18
[Microsoft Edge] › streamlit_ui_tests\toolbar\home.spec.ts:85:7 › Home Tab Buttons › Delete Column: tests\streamlit_ui_tests\toolbar\home.spec.ts#L92
4) [Microsoft Edge] › streamlit_ui_tests\toolbar\home.spec.ts:85:7 › Home Tab Buttons › Delete Column Error: expect.not.toBeVisible: Error: strict mode violation: getByText('Column2') resolved to 3 elements: 1) <p class="formula-bar-column-header text-header-3 text-overflow-hide">Column2</p> aka locator('p').filter({ hasText: 'Column2' }) 2) <div class="formula-bar-formula text-header-3 text-overflow-hide element-width-block">Column2</div> aka getByText('Column2').nth(1) 3) <div tabindex="-1" class="endo-column-header-final-text">Column2</div> aka getByText('Column2').nth(2) Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').getByText('Column2') 90 | await clickButtonAndAwaitResponse(page, mito, { name: 'Delete' }) 91 | > 92 | await expect(mito.getByText('Column2')).not.toBeVisible(); | ^ 93 | }); 94 | 95 | test('Insert Column', async ({ page }) => { at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\home.spec.ts:92:49
[Microsoft Edge] › streamlit_ui_tests\toolbar\insert.spec.ts:8:9 › Insert Tab Buttons › Test Pivot: tests\streamlit_ui_tests\utils.ts#L8
5) [Microsoft Edge] › streamlit_ui_tests\toolbar\insert.spec.ts:8:9 › Insert Tab Buttons › Test Pivot 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\insert.spec.ts:9:20
[firefox] › 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) [firefox] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\code_config.spec.ts:7:18
[firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters: tests\streamlit_ui_tests\taskpanes\code_config.spec.ts#L1
2) [firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters Test timeout of 60000ms exceeded.
[firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters: tests\streamlit_ui_tests\taskpanes\code_config.spec.ts#L35
2) [firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-dropdown-item').filter({ hasText: 'CSV Import File Path' }) 33 | await awaitResponse(page); 34 | await mito.getByText('Add').click(); > 35 | await mito.locator('.mito-dropdown-item', { hasText: 'CSV Import File Path' }).click(); | ^ 36 | await awaitResponse(page); 37 | 38 | await mito.getByText('Add').click(); at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\code_config.spec.ts:35:84
[firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters: tests\streamlit_ui_tests\taskpanes\code_config.spec.ts#L1
2) [firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters: tests\streamlit_ui_tests\taskpanes\code_config.spec.ts#L39
2) [firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-dropdown-item').filter({ hasText: 'CSV Export File Path' }) 37 | 38 | await mito.getByText('Add').click(); > 39 | await mito.locator('.mito-dropdown-item', { hasText: 'CSV Export File Path' }).click(); | ^ 40 | 41 | // Scroll the code block into view 42 | await page.locator('.stCodeBlock').scrollIntoViewIfNeeded(); at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\code_config.spec.ts:39:84
[firefox] › streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype: tests\streamlit_ui_tests\utils.ts#L8
3) [firefox] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:28:22
[firefox] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file: tests\streamlit_ui_tests\utils.ts#L8
4) [firefox] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\file_import.spec.ts:14:18
[firefox] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file: tests\streamlit_ui_tests\utils.ts#L8
4) [firefox] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\file_import.spec.ts:14:18
[firefox] › streamlit_ui_tests\taskpanes\formatting.spec.ts:5:9 › Formatting › Add a suggested style: tests\streamlit_ui_tests\utils.ts#L8
5) [firefox] › streamlit_ui_tests\taskpanes\formatting.spec.ts:5:9 › Formatting › Add a suggested style 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\formatting.spec.ts:6:22
[Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph: tests\streamlit_ui_tests\utils.ts#L8
1) [Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph ──────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:85:18
[Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:94:7 › Graph Functionality › Graph from selection: tests\streamlit_ui_tests\utils.ts#L8
2) [Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:94:7 › Graph Functionality › Graph from selection 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:95:18
[Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order: tests\streamlit_ui_tests\utils.ts#L8
3) [Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:107:18
[Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:118:7 › Graph Functionality › Change Chart type to Linear: tests\streamlit_ui_tests\utils.ts#L8
4) [Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:118:7 › Graph Functionality › Change Chart type to Linear 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTypeCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:68:18) at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:119:18
[firefox] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu: tests\streamlit_ui_tests\utils.ts#L8
1) [firefox] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTypeCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:68:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\add_column_tests.spec.ts:8:18
[firefox] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu: tests\streamlit_ui_tests\utils.ts#L8
1) [firefox] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTypeCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:68:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\add_column_tests.spec.ts:8:18
[firefox] › streamlit_ui_tests\grid\cell.spec.ts:7:9 › Column Header › Cell context menu appears: tests\streamlit_ui_tests\utils.ts#L8
2) [firefox] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\cell.spec.ts:8:22
[firefox] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens: tests\streamlit_ui_tests\utils.ts#L8
3) [firefox] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\column_header.spec.ts:6:20
[firefox] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens: tests\streamlit_ui_tests\utils.ts#L8
3) [firefox] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\column_header.spec.ts:6:20
[firefox] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header context menu appears: tests\streamlit_ui_tests\utils.ts#L8
4) [firefox] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\index_header.spec.ts:6:20
[firefox] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header context menu appears: tests\streamlit_ui_tests\utils.ts#L8
4) [firefox] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header context menu appears Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\grid\index_header.spec.ts:6:20
[Microsoft Edge] › 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) [Microsoft Edge] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\code_config.spec.ts:7:18
[Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters: tests\streamlit_ui_tests\taskpanes\code_config.spec.ts#L1
2) [Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters Test timeout of 60000ms exceeded.
[Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters: tests\streamlit_ui_tests\taskpanes\code_config.spec.ts#L35
2) [Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.mito-dropdown-item').filter({ hasText: 'CSV Import File Path' }) 33 | await awaitResponse(page); 34 | await mito.getByText('Add').click(); > 35 | await mito.locator('.mito-dropdown-item', { hasText: 'CSV Import File Path' }).click(); | ^ 36 | await awaitResponse(page); 37 | 38 | await mito.getByText('Add').click(); at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\code_config.spec.ts:35:84
[Microsoft Edge] › streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype: tests\streamlit_ui_tests\utils.ts#L8
3) [Microsoft Edge] › 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:28:22
[Microsoft Edge] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file: tests\streamlit_ui_tests\utils.ts#L8
4) [Microsoft Edge] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\file_import.spec.ts:14:18
[Microsoft Edge] › streamlit_ui_tests\taskpanes\formatting.spec.ts:5:9 › Formatting › Add a suggested style: tests\streamlit_ui_tests\utils.ts#L8
5) [Microsoft Edge] › streamlit_ui_tests\taskpanes\formatting.spec.ts:5:9 › Formatting › Add a suggested style 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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:8:104) at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:36:18) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\formatting.spec.ts:6:22
[Microsoft Edge] › streamlit_ui_tests\taskpanes\pivot.spec.ts:108:9 › Pivot Table › Can handle multiple columns: tests\streamlit_ui_tests\taskpanes\pivot.spec.ts#L44
6) [Microsoft Edge] › streamlit_ui_tests\taskpanes\pivot.spec.ts:108:9 › Pivot Table › Can handle multiple columns Error: locator.click: Error: strict mode violation: getByText('Column1') resolved to 4 elements: 1) <p class="formula-bar-column-header text-header-3 text-overflow-hide">Column1</p> aka locator('div').filter({ hasText: /^Column1Column1$/ }).getByRole('paragraph') 2) <div class="formula-bar-formula text-header-3 text-overflow-hide element-width-block">Column1</div> aka getByText('Column1').nth(1) 3) <div tabindex="-1" class="endo-column-header-final-text">Column1</div> aka getByText('Column1').nth(2) 4) <p class="text-body-2 text-overflow-hide cursor-default ">Column1</p> aka getByRole('button', { name: 'Column1' }) Call log: - waiting for frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').getByText('Column1') 42 | const column = columns[i]; 43 | await mito.getByText('+ Add').nth(1).click(); > 44 | await mito.getByText(column).click(); | ^ 45 | await awaitResponse(page); 46 | } 47 | at createPivotFromSelectedSheet (C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\pivot.spec.ts:44:38) at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\pivot.spec.ts:111:9
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-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-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-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.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-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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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/
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 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 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. 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
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. 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
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. 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
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. 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. 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. 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
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. 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
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. 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. 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
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. 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
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. 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. 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
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. 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. 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
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. 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
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. 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 skipped 5 passed (41.3s)
🎭 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 (53.5s)
🎭 Playwright Run Summary
2 flaky [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:14:7 › Mitosheet JupyterLab integration › Can run the generated code [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:116:7 › Mitosheet JupyterLab integration › Automatically inserts new cell if user deletes mitosheet code 1 skipped 3 passed (1.1m)
🎭 Playwright Run Summary
1 passed (15.0s)
🎭 Playwright Run Summary
1 passed (6.7s)
🎭 Playwright Run Summary
1 passed (14.6s)
🎭 Playwright Run Summary
1 flaky [chromium] › notebook_ui_tests/notebook.mitosheet.spec.ts:6:7 › Mitosheet Jupyter Notebook integration › renders a mitosheet.sheet() and generates code
🎭 Playwright Run Summary
2 skipped 44 passed (3.0m)
🎭 Playwright Run Summary
1 skipped 38 passed (3.5m)
🎭 Playwright Run Summary
1 skipped 38 passed (3.4m)
🎭 Playwright Run Summary
2 skipped 43 passed (3.4m)
🎭 Playwright Run Summary
44 passed (4.0m)
🎭 Playwright Run Summary
2 skipped 44 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 44 passed (2.3m)
🎭 Playwright Run Summary
1 flaky [firefox] › streamlit_ui_tests/toolbar/code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code ──── 2 skipped 43 passed (2.3m)
🎭 Playwright Run Summary
1 skipped 38 passed (2.5m)
🎭 Playwright Run Summary
44 passed (4.2m)
🎭 Playwright Run Summary
44 passed (4.4m)
🎭 Playwright Run Summary
6 skipped 39 passed (3.7m)
🎭 Playwright Run Summary
1 flaky [firefox] › streamlit_ui_tests/taskpanes/merge.spec.ts:144:9 › Merge › Changing the columns to keep in merge 1 skipped 37 passed (2.4m)
🎭 Playwright Run Summary
1 skipped 38 passed (3.7m)
🎭 Playwright Run Summary
2 skipped 44 passed (2.1m)
🎭 Playwright Run Summary
1 flaky [firefox] › streamlit_ui_tests/graph.spec.ts:94:7 › Graph Functionality › Graph from selection ─ 43 passed (2.9m)
🎭 Playwright Run Summary
1 flaky [chromium] › streamlit_ui_tests/graph.spec.ts:94:7 › Graph Functionality › Graph from selection 43 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 43 passed (3.1m)
🎭 Playwright Run Summary
1 skipped 38 passed (2.4m)
🎭 Playwright Run Summary
3 skipped 43 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 43 passed (2.5m)
🎭 Playwright Run Summary
44 passed (2.8m)
🎭 Playwright Run Summary
2 skipped 44 passed (6.2m)
🎭 Playwright Run Summary
2 skipped 43 passed (2.7m)
🎭 Playwright Run Summary
1 flaky [firefox] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:58:9 › Column Control Panel › Adding a group of filters 1 skipped 37 passed (7.1m)
🎭 Playwright Run Summary
44 passed (8.1m)
🎭 Playwright Run Summary
2 skipped 43 passed (2.6m)
🎭 Playwright Run Summary
2 failed [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:382:5 › Start writing a cross-sheet formula using cel editor and switch to formula bar 2 flaky [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:109:5 › Reference column by clicking on column header [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:307:5 › Cross-sheet formula with VLOOKUP 2 skipped 39 passed (8.9m)
🎭 Playwright Run Summary
4 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\column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype [chromium] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file [chromium] › streamlit_ui_tests\taskpanes\formatting.spec.ts:5:9 › Formatting › Add a suggested style 1 skipped 34 passed (2.2m)
🎭 Playwright Run Summary
44 passed (2.2m)
🎭 Playwright Run Summary
2 skipped 44 passed (1.9m)
🎭 Playwright Run Summary
1 flaky [Google Chrome] › streamlit_ui_tests\grid\add_column_tests.spec.ts:15:5 › Add new column to start using context menu 2 skipped 42 passed (2.4m)
🎭 Playwright Run Summary
1 flaky [Google Chrome] › streamlit_ui_tests\taskpanes\pivot.spec.ts:121:9 › Pivot Table › Can handle multiple values 1 skipped 37 passed (2.2m)
🎭 Playwright Run Summary
4 flaky [chromium] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph ─────────────── [chromium] › streamlit_ui_tests\graph.spec.ts:94:7 › Graph Functionality › Graph from selection [chromium] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order [chromium] › streamlit_ui_tests\graph.spec.ts:118:7 › Graph Functionality › Change Chart type to Linear 40 passed (2.4m)
🎭 Playwright Run Summary
4 flaky [firefox] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph ──────────────── [firefox] › streamlit_ui_tests\graph.spec.ts:94:7 › Graph Functionality › Graph from selection ─ [firefox] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order [firefox] › streamlit_ui_tests\graph.spec.ts:118:7 › Graph Functionality › Change Chart type to Linear 40 passed (2.6m)
🎭 Playwright Run Summary
4 flaky [chromium] › streamlit_ui_tests\toolbar\code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code ─── [chromium] › streamlit_ui_tests\toolbar\data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes [chromium] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button ────── [chromium] › streamlit_ui_tests\toolbar\insert.spec.ts:8:9 › Insert Tab Buttons › Test Pivot ─── 2 skipped 40 passed (2.1m)
🎭 Playwright Run Summary
6 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 [firefox] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button ─────── [firefox] › streamlit_ui_tests\toolbar\home.spec.ts:85:7 › Home Tab Buttons › Delete Column ──── [firefox] › streamlit_ui_tests\toolbar\home.spec.ts:115:7 › Home Tab Buttons › Filter ────────── [firefox] › streamlit_ui_tests\toolbar\insert.spec.ts:8:9 › Insert Tab Buttons › Test Pivot ──── 2 skipped 38 passed (2.6m)
🎭 Playwright Run Summary
4 flaky [chromium] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu [chromium] › streamlit_ui_tests\grid\cell.spec.ts:7:9 › Column Header › Cell context menu appears [chromium] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens [chromium] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header context menu appears 2 skipped 39 passed (2.6m)
🎭 Playwright Run Summary
6 flaky [Microsoft Edge] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu [Microsoft Edge] › streamlit_ui_tests\grid\add_column_tests.spec.ts:25:5 › Add multiple new columns using context menu [Microsoft Edge] › streamlit_ui_tests\grid\cell.spec.ts:7:9 › Column Header › Cell context menu appears [Microsoft Edge] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens [Microsoft Edge] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header context menu appears [Microsoft Edge] › streamlit_ui_tests\grid\set_column_formula_tests.spec.ts:180:5 › Use arrow keys to select rolling range 2 skipped 37 passed (2.5m)
🎭 Playwright Run Summary
5 flaky [Microsoft Edge] › streamlit_ui_tests\toolbar\code.spec.ts:7:7 › Code Tab Buttons › Test Copy Code [Microsoft Edge] › streamlit_ui_tests\toolbar\data.spec.ts:8:7 › Data Tab Buttons › Test Import Dataframes [Microsoft Edge] › streamlit_ui_tests\toolbar\home.spec.ts:9:7 › Home Tab Buttons › Copy Button [Microsoft Edge] › streamlit_ui_tests\toolbar\home.spec.ts:85:7 › Home Tab Buttons › Delete Column [Microsoft Edge] › streamlit_ui_tests\toolbar\insert.spec.ts:8:9 › Insert Tab Buttons › Test Pivot 2 skipped 39 passed (2.0m)
🎭 Playwright Run Summary
5 flaky [firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function [firefox] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters [firefox] › streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype [firefox] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file [firefox] › streamlit_ui_tests\taskpanes\formatting.spec.ts:5:9 › Formatting › Add a suggested style 1 skipped 33 passed (2.8m)
🎭 Playwright Run Summary
4 flaky [Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph ───────── [Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:94:7 › Graph Functionality › Graph from selection [Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order [Microsoft Edge] › streamlit_ui_tests\graph.spec.ts:118:7 › Graph Functionality › Change Chart type to Linear 40 passed (2.3m)
🎭 Playwright Run Summary
4 flaky [firefox] › streamlit_ui_tests\grid\add_column_tests.spec.ts:5:5 › Add new column to end using context menu [firefox] › streamlit_ui_tests\grid\cell.spec.ts:7:9 › Column Header › Cell context menu appears [firefox] › streamlit_ui_tests\grid\column_header.spec.ts:5:9 › Column Header › Column Header context menu opens [firefox] › streamlit_ui_tests\grid\index_header.spec.ts:5:9 › Context Menus › Index header context menu appears 2 skipped 39 passed (2.9m)
🎭 Playwright Run Summary
6 flaky [Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function [Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:19:7 › Code Config › Configure Code to generate function with parameters [Microsoft Edge] › streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype [Microsoft Edge] › streamlit_ui_tests\taskpanes\file_import.spec.ts:13:7 › File Import Taskpane › Test import CSV file [Microsoft Edge] › streamlit_ui_tests\taskpanes\formatting.spec.ts:5:9 › Formatting › Add a suggested style [Microsoft Edge] › streamlit_ui_tests\taskpanes\pivot.spec.ts:108:9 › Pivot Table › Can handle multiple columns 1 skipped 32 passed (2.4m)

Artifacts

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