Commits

Tim Donohue authored 70a7bbe3cbd
Minor fixes to cypress tests
No tags

cypress/e2e/community-list.cy.ts

Modified
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

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut