fix: Do not bail on calculating position of popover if its trigger is inside Shadow DOM #12826
Annotations
2 errors
|
|
|
src/popover/__tests__/popover.test.tsx#L505
expect(element).toHaveAttribute("style", "z-index: 7000; inset-block-start: 18px; inset-inline-start: 10px;") // element.getAttribute("style") === "z-index: 7000; inset-block-start: 18px; inset-inline-start: 10px;"
Expected the element to have attribute:
style="z-index: 7000; inset-block-start: 18px; inset-inline-start: 10px;"
Received:
style="z-index: 7000;"
at Object.<anonymous> (src/popover/__tests__/popover.test.tsx:505:77)
|
The logs for this run have expired and are no longer available.
Loading