Skip to content

Commit 1afd1c0

Browse files
committed
fix tests
1 parent 07e7c5b commit 1afd1c0

File tree

1 file changed

+3
-3
lines changed
  • showcase/tests/acceptance/components/hds/layout

1 file changed

+3
-3
lines changed

showcase/tests/acceptance/components/hds/layout/grid.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import { visit } from '@ember/test-helpers';
88
import { setupApplicationTest } from 'showcase/tests/helpers';
99
import { a11yAudit } from 'ember-a11y-testing/test-support';
1010

11-
module('Acceptance | components/layout/grid', function (hooks) {
11+
module('Acceptance | layouts/grid', function (hooks) {
1212
setupApplicationTest(hooks);
1313

14-
test('Components/layout/grid page passes automated a11y checks', async function (assert) {
15-
await visit('/components/layout/grid');
14+
test('Layout/grid page passes automated a11y checks', async function (assert) {
15+
await visit('/layouts/grid');
1616

1717
await a11yAudit();
1818

0 commit comments

Comments
 (0)