Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New] Added test cases for pages export list #326

Conversation

Srinivas9933
Copy link
Contributor

Added test cases for pages export list component.

  • container.spec.js

@jtoliver-quoin jtoliver-quoin force-pushed the develop_react_upgrade branch 2 times, most recently from 0211087 to a407855 Compare November 1, 2023 15:49
@dhernandez-quoin dhernandez-quoin changed the base branch from develop_react_upgrade to main February 7, 2024 22:18
@dhernandez-quoin dhernandez-quoin changed the base branch from main to develop_react_upgrade February 7, 2024 22:18
@dhernandez-quoin dhernandez-quoin self-assigned this Feb 20, 2024
});

it("should render <PageContent>", () => {
expect(component.find(PageContent)).to.have.lengthOf(1);
mountedComponent(<ExportList />, {}, initialState);
expect(screen.getByText(/messages.record_list.rows_per_page/i)).toBeInTheDocument();
Copy link
Contributor

Choose a reason for hiding this comment

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

The PageContent component is not related to pagination. I think you will need a test-id.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Copy link
Contributor

Choose a reason for hiding this comment

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

Why was this test removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@Srinivas9933 Srinivas9933 force-pushed the trigyn-testcases-pages-export-list branch from 348dfcf to 46dd49e Compare April 17, 2024 06:48

it("should render <IndexTable>", () => {
mountedComponent(<ExportList />, {}, initialState);
expect(screen.getByText(/messages.record_list.rows_per_page/i)).toBeInTheDocument();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Need something else to key off of like role table or something

@jtoliver-quoin jtoliver-quoin merged commit e393fff into primeroIMS:develop_react_upgrade May 17, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants