Skip to content

Conversation

amanmahajan7
Copy link
Collaborator

No description provided.

@amanmahajan7 amanmahajan7 self-assigned this Sep 29, 2025
.getByRole('row')
.filter({ has: getSelectedCell() })
.getByRole('gridcell');
await expect.poll(() => selectedRowCells.elements().length).toBe(2);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    await expect.element(selectedRowCells).toHaveLength(2);

v4 will support this

.filter({ has: getSelectedCell() })
.getByRole('gridcell');
await expect.poll(() => selectedRowCells.elements().length).toBe(2);
await commands.scrollGrid({ scrollTop: 2000 });
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amanmahajan7 amanmahajan7 marked this pull request as ready for review October 1, 2025 15:25
@amanmahajan7 amanmahajan7 requested a review from nstepien as a code owner October 1, 2025 15:25
@amanmahajan7 amanmahajan7 merged commit f95e6c7 into main Oct 1, 2025
2 checks passed
@amanmahajan7 amanmahajan7 deleted the flaky-test-2 branch October 1, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants