docs(ContextMenu): change css to use styled (#832) #1599
Annotations
1 error, 1 warning, and 1 notice
Run ct tests on webkit:
tests/components/measurement-plot.test.tsx#L107
1) [webkit] › measurement-plot.test.tsx:31:1 › default props › Horizontal zoom ───────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('#root').locator('internal:control=component')
Expected string: "5806006206406606807007207407607808008208408601/CM40455055606570758085% Transmittance"
Received string: "50010001500200025003000350040001/CM40455055606570758085% TransmittanceMattson Instruments863.30 ,73.21"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component')
9 × locator resolved to <div class="css-1ndghwo">…</div>
- unexpected value "50010001500200025003000350040001/CM40455055606570758085% TransmittanceMattson Instruments863.30 ,73.21"
105 | '% Transmittance',
106 | ].join('');
> 107 | await expect(component).toContainText(afterZoom);
| ^
108 |
109 | await component.dblclick();
110 | await expect(component).toContainText(beforeZoom);
at /home/runner/work/react-science/react-science/tests/components/measurement-plot.test.tsx:107:29
at /home/runner/work/react-science/react-science/tests/components/measurement-plot.test.tsx:67:3
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run ct tests on webkit
1 flaky
[webkit] › measurement-plot.test.tsx:31:1 › default props ──────────────────────────────────────
14 passed (29.9s)
|
Loading