FIX: `passwordRequired` is a computed property

This commit is contained in:
Robin Ward 2020-07-17 15:07:49 -04:00
parent 1c33f07e92
commit 8fd1ba2b0a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ test("basicUsernameValidation", async function(assert) {
test("passwordValidation", async function(assert) {
const controller = await this.subject();
controller.set("passwordRequired", true);
controller.set("authProvider", "");
controller.set("accountEmail", "pork@chops.com");
controller.set("accountUsername", "porkchops");
controller.set("prefilledUsername", "porkchops");