Skip to content

Conversation

amanmahajan7
Copy link
Collaborator

No description provided.

@amanmahajan7 amanmahajan7 self-assigned this Oct 3, 2025
firefox,
firefoxCI
]);
await vi.waitFor(() => {
Copy link
Collaborator Author

@amanmahajan7 amanmahajan7 Oct 3, 2025

Choose a reason for hiding this comment

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

setup({ columns, rows: noRows, renderers: { noRowsFallback: <NoRowsFallback /> } });

expect(getRows()).toHaveLength(0);
await testLength(getRowsNew(), 1);
Copy link
Collaborator Author

@amanmahajan7 amanmahajan7 Oct 3, 2025

Choose a reason for hiding this comment

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

I think using page.getByRole('row').elements().slice(1) causes confusion IMO. We can just check the total row count. Also, we can await now

reactStrictMode: true
});

locators.extend({
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 3, 2025 19:15
@amanmahajan7 amanmahajan7 requested a review from nstepien as a code owner October 3, 2025 19:15
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.

1 participant