Skip to content

Commit

Permalink
Remove test that accidentally merged in (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjgeiger authored Aug 29, 2023
1 parent f236d4d commit f7803dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/engines/registries/acceptance/landing-page-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,4 @@ module('Registries | Acceptance | landing page', hooks => {
assert.dom('[data-test-search-box]').exists();
await percySnapshot(assert);
});

test('visiting /registries/discover', async function(assert) {
await visit('/registries/discover/');
assert.dom('[data-test-results]').exists();
await percySnapshot(assert);
});
});

0 comments on commit f7803dd

Please sign in to comment.