Merge pull request #6940 from mozilla/train-130 r=@vbudhram
chore(release): Merge train 130 updates into master
This commit is contained in:
Коммит
f1db6d3ea9
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
<a name="1.130.1"></a>
|
||||
## [1.130.1](https://github.com/mozilla/fxa-content-server/compare/v1.130.0...v1.130.1) (2019-02-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **test:** Fix the "change_password" test on teamcity. ([83fbf7b](https://github.com/mozilla/fxa-content-server/commit/83fbf7b)), closes [#6938](https://github.com/mozilla/fxa-content-server/issues/6938)
|
||||
|
||||
|
||||
|
||||
<a name="1.130.0"></a>
|
||||
# [1.130.0](https://github.com/mozilla/fxa-content-server/compare/v1.129.2...v1.130.0) (2019-02-05)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.130.0",
|
||||
"version": "1.130.1",
|
||||
"description": "Firefox Accounts Content Server",
|
||||
"scripts": {
|
||||
"build-production": "NODE_ENV=production grunt build",
|
||||
|
|
|
@ -110,8 +110,9 @@ registerSuite('change_password', {
|
|||
|
||||
// new_password empty
|
||||
.then(type(selectors.CHANGE_PASSWORD.OLD_PASSWORD, FIRST_PASSWORD))
|
||||
.then(type(selectors.CHANGE_PASSWORD.NEW_PASSWORD, ''))
|
||||
.then(click(selectors.CHANGE_PASSWORD.SUBMIT))
|
||||
// submit the form using the "enter" key, the SUBMIT button
|
||||
// is obscured on teamcity and cannot be clicked.
|
||||
.then(type(selectors.CHANGE_PASSWORD.NEW_PASSWORD, '\n'))
|
||||
.then(testElementExists(selectors.CHANGE_PASSWORD.PASSWORD_BALLOON.MIN_LENGTH_FAIL))
|
||||
|
||||
// new_password too short
|
||||
|
|
Загрузка…
Ссылка в новой задаче