mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
çhanges
This commit is contained in:
@@ -5,7 +5,9 @@ module.exports = {
|
||||
return this.waitForElementVisible('body');
|
||||
},
|
||||
login(user) {
|
||||
return this.setValue('@emailInput', user.email)
|
||||
return this.waitForElementVisible('@emailInput')
|
||||
.setValue('@emailInput', user.email)
|
||||
.waitForElementVisible('@passwordInput')
|
||||
.setValue('@passwordInput', user.password)
|
||||
.waitForElementVisible('@signIn')
|
||||
.waitForElementVisible('@loginButton')
|
||||
|
||||
Reference in New Issue
Block a user