Fix a few flaky tests #5670
Triggered via pull request
September 24, 2025 15:54
Status
Failure
Total duration
2m 32s
Artifacts
–
Annotations
3 errors
test
Process completed with exit code 1.
|
test/browser/column/renderEditCell.test.tsx > Editor > editor focus > should not steal focus back to the cell if the editor is not in the viewport and another cell is clicked:
test/browser/column/renderEditCell.test.tsx#L274
Error: expect(received).toHaveTextContent()
received value must a Node or a Locator that returns a Node.
Received has type: Undefined
Received has value: undefined
❯ test/browser/column/renderEditCell.test.tsx:274:39
|
test/browser/column/renderEditCell.test.tsx > Editor > editor focus > should not steal focus back to the cell if the editor is not in the viewport and another cell is clicked:
test/browser/column/renderEditCell.test.tsx#L274
Error: expect(received).toHaveTextContent()
received value must a Node or a Locator that returns a Node.
Received has type: Undefined
Received has value: undefined
❯ test/browser/column/renderEditCell.test.tsx:274:39
|