Add and migrate all tests to use new locators #6011
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
[browser (firefox)] test/browser/scrollToCell.test.tsx > scrollToCell:
test/browser/scrollToCell.test.tsx#L91
Error: expect(element).not.toBeInTheDocument()
expected document not to contain element, found <div
aria-colindex="7"
aria-readonly="true"
aria-selected="false"
class="rdg-cell css-85c48527"
role="gridcell"
style="grid-column: 7 / 8;"
tabindex="-1"
>
6×30
</div> instead
❯ validateCellVisibility test/browser/scrollToCell.test.tsx:91:34
❯ test/browser/scrollToCell.test.tsx:52:8
Caused by: Caused by: Error: Matcher did not succeed in time.
❯ promise callback* test/browser/scrollToCell.test.tsx:52:8
|