Skip to content

Commit 9b6672c

Browse files
committed
fix(showcase): layout grid acceptance test
1 parent 06d5696 commit 9b6672c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

showcase/tests/acceptance/components/hds/layout/grid.js renamed to showcase/tests/acceptance/components/hds/layout/grid-test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
import { module, test } from 'qunit';
77
import { visit } from '@ember/test-helpers';
8-
import { setupApplicationTest } from 'dummy/tests/helpers';
8+
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)