Add missing mitosheet project URLs #3666
Annotations
2 errors and 1 notice
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/utils.ts#L13
2) [chromium] › streamlit_ui_tests/grid/cell.spec.ts:12:9 › Column Header › Cell context menu appears
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/grid/cell.spec.ts:13:22
|
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/utils.ts#L13
1) [chromium] › streamlit_ui_tests/grid/add_column_tests.spec.ts:10:5 › Add new column to end using context menu
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 getMitoFrameWithTypeCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:73:18)
at /home/runner/work/mito/mito/tests/streamlit_ui_tests/grid/add_column_tests.spec.ts:13:18
|
|
Start a server and run tests (ubuntu, macos)
2 flaky
[chromium] › streamlit_ui_tests/grid/add_column_tests.spec.ts:10:5 › Add new column to end using context menu
[chromium] › streamlit_ui_tests/grid/cell.spec.ts:12:9 › Column Header › Cell context menu appears
2 skipped
41 passed (2.9m)
|
Loading