Skip to content

Commit 9cb1160

Browse files
committed
Test crate yanking from the version page
1 parent ac73a67 commit 9cb1160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/crate-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ module('Acceptance | crate page', function (hooks) {
225225
let user = this.server.schema.users.findBy({ login: 'thehydroimpulse' });
226226
this.authenticateAs(user);
227227

228-
await visit('/crates/nanomsg');
228+
await visit('/crates/nanomsg/0.5.0');
229229
await click('[data-test-version-yank-button="0.5.0"]');
230230
assert.dom('[data-test-version-yank-button="0.5.0"]').hasText('Yanking...');
231231
assert.dom('[data-test-version-yank-button="0.5.0"]').isDisabled();

0 commit comments

Comments
 (0)