Skip to content

Commit 0c6642c

Browse files
committed
test: add cases
1 parent 539ac3e commit 0c6642c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/acceptance/crate-test.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,12 @@ module('Acceptance | crate page', function (hooks) {
212212

213213
assert.equal(currentURL(), '/crates/nanomsg/settings');
214214
});
215+
216+
test('owners redirecting to the settings page', async function (assert) {
217+
this.server.loadFixtures();
218+
219+
await visit('/crates/nanomsg/owners');
220+
221+
assert.equal(currentURL(), '/crates/nanomsg/settings');
222+
});
215223
});

0 commit comments

Comments
 (0)