Add missing mitosheet project URLs #3666
Annotations
1 error and 1 notice
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L13
1) [Google Chrome] › streamlit_ui_tests\toolbar\data.spec.ts:13:7 › Data Tab Buttons › Test Import Dataframes
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 (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:13:104)
at getMitoFrameWithTestCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:41:18)
at C:\a\mito\mito\tests\streamlit_ui_tests\toolbar\data.spec.ts:14:18
|
|
Start a server and run tests (windows)
1 flaky
[Google Chrome] › streamlit_ui_tests\toolbar\data.spec.ts:13:7 › Data Tab Buttons › Test Import Dataframes
2 skipped
43 passed (2.4m)
|
Loading