We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e7c5b commit 1afd1c0Copy full SHA for 1afd1c0
showcase/tests/acceptance/components/hds/layout/grid.js
@@ -8,11 +8,11 @@ import { visit } from '@ember/test-helpers';
8
import { setupApplicationTest } from 'showcase/tests/helpers';
9
import { a11yAudit } from 'ember-a11y-testing/test-support';
10
11
-module('Acceptance | components/layout/grid', function (hooks) {
+module('Acceptance | layouts/grid', function (hooks) {
12
setupApplicationTest(hooks);
13
14
- test('Components/layout/grid page passes automated a11y checks', async function (assert) {
15
- await visit('/components/layout/grid');
+ test('Layout/grid page passes automated a11y checks', async function (assert) {
+ await visit('/layouts/grid');
16
17
await a11yAudit();
18
0 commit comments