Merge pull request #6940 from mozilla/train-130 r=@vbudhram

chore(release): Merge train 130 updates into master
This commit is contained in:
Shane Tomlinson 2019-02-06 19:47:36 +00:00 коммит произвёл GitHub
Родитель 290c9afb67 c0aca4fa38
Коммит f1db6d3ea9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 14 добавлений и 3 удалений

Просмотреть файл

@ -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