Skip to content

Commit 0263600

Browse files
committed
Remove another test duplicated by front-page-test.js
1 parent 14afd69 commit 0263600

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/acceptance/crates-test.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@ module('Acceptance | crates page', function(hooks) {
1414
// should match the default set in the crates controller
1515
const per_page = 50;
1616

17-
test('is accessible', async function(assert) {
18-
assert.expect(0);
19-
20-
this.server.loadFixtures();
21-
22-
await visit('/');
23-
percySnapshot(assert);
24-
25-
await a11yAudit(axeConfig);
26-
});
27-
2817
test('/crates is accessible', async function(assert) {
2918
assert.expect(0);
3019

0 commit comments

Comments
 (0)