Fix: Added fix for None discriptive error issue #36

Updated signUp.spec.ts to use new fixture
Updated Account information variable names
Deleted "deleteUserFixture.ts" as it was incorporated into the "base.ts" file
This commit is contained in:
Okechi Jones-Williams
2026-03-15 17:57:48 +00:00
parent 56b4a9bb1d
commit 4e6d4f37bf

View File

@@ -733,3 +733,8 @@ export class SignUpPage {
await expect(this.usernameError).toBeVisible()
}
}
async verifyUsernameError() {
await expect(this.usernameError).toBeVisible()
}
}