e2e extension fixes
This commit is contained in:
parent
f643261a85
commit
8132518186
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue