Commits
Tim Donohue authored 70a7bbe3cbd
1 - | import { Options } from 'cypress-axe'; |
2 1 | import { testA11y } from 'cypress/support/utils'; |
3 2 | |
4 3 | describe('Community List Page', () => { |
5 4 | |
6 5 | it('should pass accessibility tests', () => { |
7 6 | cy.visit('/community-list'); |
8 7 | |
9 8 | // <ds-community-list-page> tag must be loaded |
10 9 | cy.get('ds-community-list-page').should('be.visible'); |
11 10 | |