Skip to content

Commit

Permalink
e2e: enabled change password test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyd1997 authored Dec 23, 2023
1 parent 563748b commit ecc4e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {
waitThenTapButton,
} = require('../utils');

describe.skip('Change Password Screen Tests', () => {
describe('Change Password Screen Tests', () => {
const password = process.env.E2E_PASSWORD || 'user';
const updatedPassword = process.env.E2E_NEW_PASSWORD || 'new-password';

Expand Down

0 comments on commit ecc4e79

Please sign in to comment.