Skip to content

Commit 1fb6552

Browse files
committed
Change an insignificant part of the DOM to try to force a new percy snapshot
1 parent 73eb2c0 commit 1fb6552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/acceptance/crate-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module('Acceptance | crate page', function(hooks) {
3030

3131
this.server.create('crate', { id: 'nanomsg', max_version: '0.6.1' });
3232
this.server.create('version', { crate: 'nanomsg', num: '0.6.0' });
33+
this.server.create('version', { crate: 'nanomsg', num: '0.5.0' });
3334
this.server.create('version', { crate: 'nanomsg', num: '0.6.1' });
3435

3536
await visit('/crates/nanomsg/0.6.0');

0 commit comments

Comments
 (0)