Mito AI: Restore chat on refresh #3480
Annotations
10 errors and 1 notice
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts#L304
1) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:289:5 › Write spreadsheet formula applied to individual cell
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "1",
+ "",
"0",
"0",
"0",
]
302 |
303 | const cellValues = await getValuesInColumn(mito, columnHeader);
> 304 | expect(cellValues).toEqual(['1', '0', '0', '0']);
| ^
305 | });
306 |
307 | test('Cross-sheet formula with VLOOKUP', async ({ page }) => {
at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:304:24
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts#L304
1) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:289:5 › Write spreadsheet formula applied to individual cell
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "1",
+ "",
"0",
"0",
"0",
]
302 |
303 | const cellValues = await getValuesInColumn(mito, columnHeader);
> 304 | expect(cellValues).toEqual(['1', '0', '0', '0']);
| ^
305 | });
306 |
307 | test('Cross-sheet formula with VLOOKUP', async ({ page }) => {
at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:304:24
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts#L304
1) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:289:5 › Write spreadsheet formula applied to individual cell
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "1",
+ "",
"0",
"0",
"0",
]
302 |
303 | const cellValues = await getValuesInColumn(mito, columnHeader);
> 304 | expect(cellValues).toEqual(['1', '0', '0', '0']);
| ^
305 | });
306 |
307 | test('Cross-sheet formula with VLOOKUP', async ({ page }) => {
at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:304:24
|
Start a server and run tests (ubuntu, macos):
tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts#L304
1) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:289:5 › Write spreadsheet formula applied to individual cell
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "1",
+ "",
"0",
"0",
"0",
]
302 |
303 | const cellValues = await getValuesInColumn(mito, columnHeader);
> 304 | expect(cellValues).toEqual(['1', '0', '0', '0']);
| ^
305 | });
306 |
307 | test('Cross-sheet formula with VLOOKUP', async ({ page }) => {
at /Users/runner/work/mito/mito/tests/streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:304: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):
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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()
8 × 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):
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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):
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
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
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()
8 × 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):
tests/streamlit_ui_tests/utils.ts#L49
3) [firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet
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:367:5
|
Start a server and run tests (ubuntu, macos)
Process completed with exit code 1.
|
Start a server and run tests (ubuntu, macos)
2 failed
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:289:5 › Write spreadsheet formula applied to individual cell
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:307:5 › Cross-sheet formula with VLOOKUP
1 flaky
[firefox] › streamlit_ui_tests/grid/set_column_formula_tests.spec.ts:340:5 › Cross-sheet formula with VLOOKUP - pressing enter from another sheet
3 skipped
39 passed (4.8m)
|
Loading