Mito AI: Restore chat on refresh #3479
Annotations
2 errors and 1 notice
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts#L126
1) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:109:5 › Reference column by clicking on column header
Error: expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
- "22",
- "22",
- "22",
- "22",
+ "",
+ "0",
+ "0",
+ "0",
]
124 |
125 | const cellValues = await getValuesInColumn(mito, columnHeader);
> 126 | expect(cellValues).toEqual(['22', '22', '22', '22']);
| ^
127 | });
128 |
129 | test('Reference cell in previous row by clicking on it', async ({ page }) => {
at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:126:24
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/utils.ts#L49
2) [firefox] › 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).toHaveText(expected)
Locator: locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.mito-grid-cell[mito-col-index="1"]').first()
Expected string: "2.00"
Received string: "0"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('iframe[title="mitosheet\\.streamlit\\.v1\\.spreadsheet\\.my_component"]').contentFrame().locator('.mito-grid-cell[mito-col-index="1"]').first()
9 × locator resolved to <div title="0" tabindex="-1" mito-col-index="1" mito-row-index="0" class="mito-grid-cell text-unselectable mito-grid-cell-hidden right-align-number-series ">…</div>
- unexpected value "0"
at streamlit_ui_tests/utils.ts:49
47 | continue;
48 | }
> 49 | await expect(cell).toHaveText(values[cellIndex]);
| ^
50 | }
51 | }
52 |
at checkColumnCellsHaveExpectedValues (/Users/runner/work/mito/mito/tests/streamlit_ui_tests/utils.ts:49:28)
at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:336:5
|
Start a server and run tests (ubuntu, macos)
2 flaky
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:109:5 › Reference column by clicking on column header
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:307:5 › Cross-sheet formula with VLOOKUP
3 skipped
40 passed (4.6m)
|
Loading