зеркало из https://github.com/mozilla/fxa.git
Merge pull request #2042 from chenba/2031-functional-test-post-sub-selector
fix(tests): wait for 123done page after successful subscription
This commit is contained in:
Коммит
e2a222e528
|
@ -2392,7 +2392,7 @@ const subscribeToTestProduct = thenify(function() {
|
|||
.then(type('input[name=zip]', '12345'))
|
||||
.then(click('input[type=checkbox]'))
|
||||
.then(click('button[name=submit]'))
|
||||
.then(testElementExists('.subscription-ready'));
|
||||
.then(testElementTextEquals('#splash header h1', '123done'));
|
||||
});
|
||||
|
||||
module.exports = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче