Add missing mitosheet project URLs #3666
Annotations
8 errors and 1 notice
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\taskpanes\formatting.spec.ts#L44
6) [Microsoft Edge] › streamlit_ui_tests\taskpanes\formatting.spec.ts:38:9 › Formatting › Add a custom style to rows
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.mito-grid-row-even').first()
Expected string: "rgb(43, 78, 238)"
Received string: "rgb(255, 255, 255)"
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.mito-grid-row-even').first()
9 × locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div>
- unexpected value "rgb(255, 255, 255)"
42 | await mito.locator('.mito-blue-container', { hasText: 'Rows'}).click();
43 | await mito.locator('.spacing-row', { hasText: 'Even Row: Background Color' }).locator('.color-input').fill('#2b4eee');
> 44 | await expect(mito.locator('.mito-grid-row-even').first()).toHaveCSS('background-color', 'rgb(43, 78, 238)')
| ^
45 |
46 | await mito.locator('.spacing-row', { hasText: 'Even Row: Text Color' }).locator('.color-input').fill('#ffffff');
47 | await expect(mito.locator('.mito-grid-row-even').first()).toHaveCSS('color', 'rgb(255, 255, 255)')
at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\formatting.spec.ts:44:67
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\taskpanes\formatting.spec.ts#L44
6) [Microsoft Edge] › streamlit_ui_tests\taskpanes\formatting.spec.ts:38:9 › Formatting › Add a custom style to rows
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.mito-grid-row-even').first()
Expected string: "rgb(43, 78, 238)"
Received string: "rgb(255, 255, 255)"
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.mito-grid-row-even').first()
9 × locator resolved to <div class="mito-grid-row mito-grid-row-even ">…</div>
- unexpected value "rgb(255, 255, 255)"
42 | await mito.locator('.mito-blue-container', { hasText: 'Rows'}).click();
43 | await mito.locator('.spacing-row', { hasText: 'Even Row: Background Color' }).locator('.color-input').fill('#2b4eee');
> 44 | await expect(mito.locator('.mito-grid-row-even').first()).toHaveCSS('background-color', 'rgb(43, 78, 238)')
| ^
45 |
46 | await mito.locator('.spacing-row', { hasText: 'Even Row: Text Color' }).locator('.color-input').fill('#ffffff');
47 | await expect(mito.locator('.mito-grid-row-even').first()).toHaveCSS('color', 'rgb(255, 255, 255)')
at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\formatting.spec.ts:44:67
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L13
5) [Microsoft Edge] › streamlit_ui_tests\taskpanes\formatting.spec.ts:10:9 › Formatting › Add a suggested style
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\taskpanes\formatting.spec.ts:11:22
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L13
4) [Microsoft Edge] › streamlit_ui_tests\taskpanes\file_import.spec.ts:18:7 › File Import Taskpane › Test import CSV file
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\taskpanes\file_import.spec.ts:19:18
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L13
3) [Microsoft Edge] › 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 (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\taskpanes\column_control_panel.spec.ts:33:22
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\taskpanes\code_config.spec.ts#L44
2) [Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:24:7 › Code Config › Configure Code to generate function with parameters
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.mito-dropdown-item').filter({ hasText: 'CSV Export File Path' })
42 |
43 | await mito.getByText('Add').click();
> 44 | await mito.locator('.mito-dropdown-item', { hasText: 'CSV Export File Path' }).click();
| ^
45 |
46 | // Scroll the code block into view
47 | await page.locator('.stCodeBlock').scrollIntoViewIfNeeded();
at C:\a\mito\mito\tests\streamlit_ui_tests\taskpanes\code_config.spec.ts:44:84
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\taskpanes\code_config.spec.ts#L0
2) [Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:24:7 › Code Config › Configure Code to generate function with parameters
Test timeout of 90000ms exceeded.
|
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\utils.ts#L13
1) [Microsoft Edge] › 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 (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\taskpanes\code_config.spec.ts:12:18
|
|
Start a server and run tests (windows)
6 flaky
[Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:11:7 › Code Config › Configure Code to generate function with new name for function
[Microsoft Edge] › streamlit_ui_tests\taskpanes\code_config.spec.ts:24:7 › Code Config › Configure Code to generate function with parameters
[Microsoft Edge] › streamlit_ui_tests\taskpanes\column_control_panel.spec.ts:32:9 › Column Control Panel › Changing dtype
[Microsoft Edge] › streamlit_ui_tests\taskpanes\file_import.spec.ts:18:7 › File Import Taskpane › Test import CSV file
[Microsoft Edge] › streamlit_ui_tests\taskpanes\formatting.spec.ts:10:9 › Formatting › Add a suggested style
[Microsoft Edge] › streamlit_ui_tests\taskpanes\formatting.spec.ts:38:9 › Formatting › Add a custom style to rows
1 skipped
32 passed (2.9m)
|
Loading