Mito AI: Restore chat on refresh #3461
Annotations
1 error and 1 notice
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts#L325
1) [Google Chrome] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:307:5 › Cross-sheet formula with VLOOKUP
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.endo-column-header-final-text').filter({ hasText: /new-column/ })
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.endo-column-header-final-text').filter({ hasText: /new-column/ })
9 × locator resolved to <div tabindex="-1" class="endo-column-header-final-text">new-column-m6ja</div>
- unexpected value "visible"
323 | // Navigate to the other sheet and select the range of columns
324 | await mito.locator('.tab', { hasText: 'test' }).click();
> 325 | await expect(mito.locator('.endo-column-header-final-text', { hasText: /new-column/ })).not.toBeVisible();
| ^
326 | await mito.locator('.endo-column-header-final-text', { hasText: 'Column1' }).click();
327 | await mito.locator('.endo-column-header-final-text', { hasText: 'Column3' }).click({ modifiers: ['Shift'] });
328 | // Finish the formula
at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:325:97
|
Start a server and run tests (ubuntu, macos)
1 flaky
[Google Chrome] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:307:5 › Cross-sheet formula with VLOOKUP
2 skipped
42 passed (3.7m)
|
Loading