spelling: breadcrumb
This commit is contained in:
parent
1d58ae8899
commit
7248de4e26
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in a new issue