Add first demonstrator of inline completion #3312
Annotations
2 errors, 1 warning, and 1 notice
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/utils.ts#L8
1) [Google Chrome] › streamlit_ui_tests/taskpanes/code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').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 frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').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 (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104)
at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18)
at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/code_config.spec.ts:7:18
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/utils.ts#L8
2) [Google Chrome] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').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 frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').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 (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:8:104)
at getMitoFrameWithTestCSV (/home/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:36:18)
at /home/runner/work/mito/mito/tests/streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:28:22
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results-grid-macos-latest-python3.10-firefox".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Start a server and run tests (ubuntu, macos)
2 flaky
[Google Chrome] › streamlit_ui_tests/taskpanes/code_config.spec.ts:6:7 › Code Config › Configure Code to generate function with new name for function
[Google Chrome] › streamlit_ui_tests/taskpanes/column_control_panel.spec.ts:27:9 › Column Control Panel › Changing dtype
1 skipped
36 passed (2.7m)
|
Loading