Skip to content

Commit e18b55f

Browse files
committed
Update a test that wasn't testing what the description said it was testing
1 parent 0263600 commit e18b55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/search-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module('Acceptance | search', function(hooks) {
1717

1818
this.server.loadFixtures();
1919

20-
await visit('/');
20+
await visit('/search?q=rust');
2121
percySnapshot(assert);
2222

2323
await a11yAudit(axeConfig);

0 commit comments

Comments
 (0)