diff --git a/frontend/tests/acceptance/create-person-test.js b/frontend/tests/acceptance/create-person-test.js index c7bc63928..237a240bf 100644 --- a/frontend/tests/acceptance/create-person-test.js +++ b/frontend/tests/acceptance/create-person-test.js @@ -80,7 +80,7 @@ module("Acceptance | create person", function(hooks) { // TODO expect errors! }); - test("should display two error when email is empty", async function(assert) { + test("should display two errors when email is empty", async function(assert) { await page.newPersonPage.visit(); assert.equal(currentURL(), "/people/new");