Skip to content

Commit edca58c

Browse files
committed
Remove a test that's duplicated
This test does an accessibility audit on the home page, which is already being done in front-page-test.js.
1 parent 1c0ee97 commit edca58c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/acceptance/crate-test.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ module('Acceptance | crate page', function(hooks) {
1212
setupApplicationTest(hooks);
1313
setupMirage(hooks);
1414

15-
test('is accessible', async function(assert) {
16-
assert.expect(0);
17-
18-
this.server.create('crate', 'withVersion', { id: 'nanomsg' });
19-
20-
await visit('/');
21-
percySnapshot(assert);
22-
23-
await a11yAudit(axeConfig);
24-
});
25-
2615
test('/crates/:crate is accessible', async function(assert) {
2716
assert.expect(0);
2817

0 commit comments

Comments
 (0)