Merge pull request #6727 from mozilla/issue-6723-oauth-email-first-signup-test-common-password r=@philbooth
fix(test): Fix the OAuth email-first functional test that used a common password.
This commit is contained in:
Коммит
b6ed1e4ae4
|
@ -14,7 +14,7 @@ const selectors = require('./lib/selectors');
|
|||
|
||||
const SYNC_SIGNIN_URL = `${config.fxaContentRoot}signin?context=fx_desktop_v3&service=sync&action=email`;
|
||||
|
||||
const PASSWORD = 'password123';
|
||||
const PASSWORD = 'passwordzxcv';
|
||||
let email;
|
||||
|
||||
const {
|
||||
|
|
Загрузка…
Ссылка в новой задаче