mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-29 19:31:19 -04:00
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:
@@ -733,3 +733,8 @@ export class SignUpPage {
|
||||
await expect(this.usernameError).toBeVisible()
|
||||
}
|
||||
}
|
||||
|
||||
async verifyUsernameError() {
|
||||
await expect(this.usernameError).toBeVisible()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user