e2e extension fixes

This commit is contained in:
Juan Ferrer 2019-01-31 00:34:49 +01:00
parent f643261a85
commit 8132518186
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ let actions = {
.wait(langSelector)
.waitToGetProperty(`${langSelector} input`, 'value')
.then(lang => {
if (lang === 'English1') {
if (lang === 'English') {
this.then(done)
.catch(done);
} else {