summaryrefslogtreecommitdiff
path: root/spec/frontend/crm/new_organization_form_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/crm/new_organization_form_spec.js')
-rw-r--r--spec/frontend/crm/new_organization_form_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/crm/new_organization_form_spec.js b/spec/frontend/crm/new_organization_form_spec.js
index 976b626f35f..0a7909774c9 100644
--- a/spec/frontend/crm/new_organization_form_spec.js
+++ b/spec/frontend/crm/new_organization_form_spec.js
@@ -103,7 +103,7 @@ describe('Customer relations organizations root app', () => {
await waitForPromises();
expect(findError().exists()).toBe(true);
- expect(findError().text()).toBe('Name cannot be blank.');
+ expect(findError().text()).toBe('create organization is invalid.');
});
});
});