From aca253c8ef174c1396320f202cbb6e3395140fe6 Mon Sep 17 00:00:00 2001 From: Lias Kleisa Date: Fri, 3 Mar 2023 14:38:44 +0100 Subject: [PATCH] Fix type fault --- frontend/tests/acceptance/create-person-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");