Skip to content

Commit

Permalink
fix:fixed login register negative
Browse files Browse the repository at this point in the history
  • Loading branch information
dariogmori committed May 5, 2024
1 parent b1974fd commit f5e9321
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let browser;

defineFeature(feature, test => {

let username = "t.login.neg.bad_crd"
let user = "@email.com";
let username = "login_bad_crd"
let user = username + "@email.com";
let password = "wrongpassword";

beforeAll(async () => {
Expand Down

0 comments on commit f5e9321

Please sign in to comment.