Add first demonstrator of inline completion #3312
Annotations
2 errors, 1 warning, and 1 notice
Start a server and run tests (windows):
tests\streamlit_ui_tests\graph.spec.ts#L59
1) [Google Chrome] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph ─────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.g-gtitle')
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('.g-gtitle')
57 | // Context: We are checking that the graph renders here because there isn't
58 | // a loading indicator that we can wait on.
> 59 | await expect(mito.locator('.g-gtitle')).toBeVisible();
| ^
60 | }
61 |
62 | const changeChartType = async (mito: FrameLocator, page: Page, chartType: string, chartSubType?: string, orientation?: 'horizontal' | 'vertical') => {
at openGraphEditor (C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:59:43)
at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:87:5
|
Start a server and run tests (windows):
tests\streamlit_ui_tests\graph.spec.ts#L59
2) [Google Chrome] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').locator('.g-gtitle')
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('.g-gtitle')
57 | // Context: We are checking that the graph renders here because there isn't
58 | // a loading indicator that we can wait on.
> 59 | await expect(mito.locator('.g-gtitle')).toBeVisible();
| ^
60 | }
61 |
62 | const changeChartType = async (mito: FrameLocator, page: Page, chartType: string, chartSubType?: string, orientation?: 'horizontal' | 'vertical') => {
at openGraphEditor (C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:59:43)
at C:\a\mito\mito\tests\streamlit_ui_tests\graph.spec.ts:112:5
|
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 (windows)
2 flaky
[Google Chrome] › streamlit_ui_tests\graph.spec.ts:84:9 › Graph Functionality › Graph ──────────
[Google Chrome] › streamlit_ui_tests\graph.spec.ts:106:7 › Graph Functionality › Graph from selection with columns selected in reverse order
42 passed (2.5m)
|
Loading