Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages/pharos/src/components/table/pharos-table.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Dane Hillard <[email protected]>
jialin-he and daneah authored Mar 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a54bfba commit 0a1f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pharos/src/components/table/pharos-table.test.ts
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ describe('pharos-table', () => {
expect(pageNumber?.innerHTML).contains('2 of');
});

it('update table after page size selection', async () => {
it('updates correctly after page size selection', async () => {
let rows = Array.prototype.slice.call(
componentWithPagination.renderRoot.querySelectorAll(`tr`)
) as TemplateResult[];

0 comments on commit 0a1f1fe

Please sign in to comment.