Skip to content

Commit

Permalink
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 <github@danehillard.com>
  • Loading branch information
jialin-he and daneah authored Mar 7, 2024
1 parent 9dc90ce commit c124c8d
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
Expand Up @@ -63,7 +63,7 @@ describe('pharos-table', () => {
await expect(componentWithPagination).to.be.accessible();
});

it('has 3 rows', async () => {
it('has the correct number of rows', async () => {
const rows = Array.prototype.slice.call(
component.renderRoot.querySelectorAll(`tr`)
) as TemplateResult[];
Expand Down

0 comments on commit c124c8d

Please sign in to comment.