mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
spelling: breadcrumb
This commit is contained in:
@@ -19,7 +19,7 @@ moduleForAcceptance('Acceptance | client detail', {
|
||||
},
|
||||
});
|
||||
|
||||
test('/clients/:id should have a breadrcumb trail linking back to clients', function(assert) {
|
||||
test('/clients/:id should have a breadcrumb trail linking back to clients', function(assert) {
|
||||
visit(`/clients/${node.id}`);
|
||||
|
||||
andThen(() => {
|
||||
|
||||
Reference in New Issue
Block a user