Add missing mitosheet project URLs #3666
Annotations
4 errors and 1 notice
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L13
4) [firefox] › streamlit_ui_tests\graph.spec.ts:141:7 › Graph Functionality › Change Chart type to vertical grouped bar Graph
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 getMitoFrameWithTypeCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:73:18)
at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:142:18
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L13
3) [firefox] › streamlit_ui_tests\graph.spec.ts:123:7 › Graph Functionality › Change Chart type to Linear
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 getMitoFrameWithTypeCSV (C:\a\mito\mito\tests\streamlit_ui_tests\utils.ts:73:18)
at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:124:18
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L13
2) [firefox] › streamlit_ui_tests\graph.spec.ts:111:7 › Graph Functionality › Graph from selection with columns selected in reverse order
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\graph.spec.ts:112:18
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L13
1) [firefox] › streamlit_ui_tests\graph.spec.ts:99:7 › Graph Functionality › Graph from selection
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\graph.spec.ts:100:18
|
|
Start a server and run tests (windows)
4 flaky
[firefox] › streamlit_ui_tests\graph.spec.ts:99:7 › Graph Functionality › Graph from selection ─
[firefox] › streamlit_ui_tests\graph.spec.ts:111:7 › Graph Functionality › Graph from selection with columns selected in reverse order
[firefox] › streamlit_ui_tests\graph.spec.ts:123:7 › Graph Functionality › Change Chart type to Linear
[firefox] › streamlit_ui_tests\graph.spec.ts:141:7 › Graph Functionality › Change Chart type to vertical grouped bar Graph
40 passed (2.7m)
|
Loading