Merge pull request #1492 from mito-ds/remove-python-3.8 #3471
Annotations
3 errors and 1 notice
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L8
1) [Google Chrome] › streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:45:9 › Column Control Panel › Adding filter
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: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:46:22
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L8
2) [Google Chrome] › streamlit_ui_tests\taskpanes\file_import.spec.ts:21:7 › File Import Taskpane › Test import CSV File with double click
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: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 C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\file_import.spec.ts:22:18
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L120
3) [Google Chrome] › streamlit_ui_tests\taskpanes\pivot.spec.ts:95:9 › Pivot Table › Can handle multiple rows
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.endo-column-header-container').locator('div').filter({ hasText: 'Column1' }).first()
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('.endo-column-header-container').locator('div').filter({ hasText: 'Column1' }).first()
at streamlit_ui_tests\utils.ts:120
118 | const columnName = columnNames[i];
119 | const columnHeaderContainer = await getColumnHeaderContainer(mito, columnName);
> 120 | await expect(columnHeaderContainer).toBeVisible();
| ^
121 | }
122 |
123 | }
at checkColumnExists (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:120:45)
at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\pivot.spec.ts:105:9
|
Start a server and run tests (windows)
3 flaky
[Google Chrome] › streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:45:9 › Column Control Panel › Adding filter
[Google Chrome] › streamlit_ui_tests\taskpanes\file_import.spec.ts:21:7 › File Import Taskpane › Test import CSV File with double click
[Google Chrome] › streamlit_ui_tests\taskpanes\pivot.spec.ts:95:9 › Pivot Table › Can handle multiple rows
1 skipped
35 passed (2.4m)
|
Loading