Skip to content

Commit 3f7f6e7

Browse files
authored
fix: reset password test (chaynHQ#1037)
1 parent d92d551 commit 3f7f6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
env: {
99
login_path: 'auth/login',
1010
reset_password_path: 'auth/reset-password',
11-
reset_pwd_confirm_email: 'test@test.com',
11+
reset_pwd_confirm_email: 'tech@chayn.co',
1212
...process.env,
1313
},
1414
e2e: {

0 commit comments

Comments
 (0)