We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc15969 commit 4ce6bb5Copy full SHA for 4ce6bb5
tests/acceptance/settings-test.js
@@ -11,7 +11,7 @@ import axeConfig from '../axe-config';
11
module('Acceptance | /crates/:name/settings', function (hooks) {
12
setupApplicationTest(hooks);
13
14
- test('listing crate settings', async function (assert) {
+ test('listing crate owners', async function (assert) {
15
this.server.loadFixtures();
16
17
await visit('/crates/nanomsg/settings');
0 commit comments