Add missing mitosheet project URLs #3666
Annotations
3 errors and 1 notice
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/taskpanes/formatting.spec.ts#L32
3) [chromium] › streamlit_ui_tests/taskpanes/formatting.spec.ts:26:9 › Formatting › Add a custom style to column headers
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.endo-column-header-container:not(.endo-column-header-container-selected)').first()
Expected string: "rgb(43, 78, 238)"
Received string: "rgb(232, 235, 248)"
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.endo-column-header-container:not(.endo-column-header-container-selected)').first()
9 × locator resolved to <div title="Column2" draggable="true" mito-col-index="1" class="endo-column-header-container endo-column-header-text ">…</div>
- unexpected value "rgb(232, 235, 248)"
30 | await mito.getByText('Column Headers').click();
31 | await mito.locator('.spacing-row', { hasText: 'Background Color' }).locator('.color-input').fill('#2b4eee');
> 32 | await expect(mito.locator('.endo-column-header-container:not(.endo-column-header-container-selected)').first()).toHaveCSS('background-color', 'rgb(43, 78, 238)')
| ^
33 |
34 | await mito.locator('.spacing-row', { hasText: 'Text Color' }).locator('.color-input').fill('#ffffff');
35 | await expect(mito.locator('.endo-column-header-container:not(.endo-column-header-container-selected)').first()).toHaveCSS('color', 'rgb(255, 255, 255)')
at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/formatting.spec.ts:32:121
|
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/utils.ts#L13
2) [chromium] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:32:9 › Column Control Panel › Changing dtype
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().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 locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' })
at streamlit_ui_tests/utils.ts:13
11 | await page.goto('http://localhost:8555/');
12 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]');
> 13 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible();
| ^
14 | return mito;
15 | };
16 |
at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:13:104)
at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:41:18)
at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:33:22
|
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/utils.ts#L13
1) [chromium] › streamlit_ui_tests/taskpanes/code_config.spec.ts:11:7 › Code Config › Configure Code to generate function with new name for function
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().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 locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.text-button:not(.text-button-disabled)').filter({ hasText: 'Import Files' })
at streamlit_ui_tests/utils.ts:13
11 | await page.goto('http://localhost:8555/');
12 | const mito = page.frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]');
> 13 | await expect(mito.locator('.text-button:not(.text-button-disabled)', { hasText: 'Import Files' })).toBeVisible();
| ^
14 | return mito;
15 | };
16 |
at getMitoFrame (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:13:104)
at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:41:18)
at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/code_config.spec.ts:12:18
|
|
Start a server and run tests (ubuntu, macos)
3 flaky
[chromium] › streamlit_ui_tests/taskpanes/code_config.spec.ts:11:7 › Code Config › Configure Code to generate function with new name for function
[chromium] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:32:9 › Column Control Panel › Changing dtype
[chromium] › streamlit_ui_tests/taskpanes/formatting.spec.ts:26:9 › Formatting › Add a custom style to column headers
1 skipped
35 passed (2.8m)
|
Loading