Skip to content

Commit

Permalink
test: add test suite setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Nov 27, 2024
1 parent 20db9fc commit 7a36448
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/grid/test/accessibility.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ describe('accessibility', () => {
});

describe('accessibleName', () => {
beforeEach(() => {
initFixture('default');
});

it('should not define aria-label on the table when accessibleName is not set', async () => {
await nextFrame();
expect(grid.$.table.getAttribute('aria-label')).to.be.null;
Expand Down

0 comments on commit 7a36448

Please sign in to comment.