OS
Size: a a a
OS
IS
SP
VL
IS
IS
IM
OK
IS
AP
IS
AP
async login(email, password) {
allureReporter.startStep('Login as user ' + email)
await this.setEmail(email);
await this.setPassword(password)
await this.clickSubmit()
allureReporter.endStep()
}
R
AP
OK
ДП
async login(email, password) {
allureReporter.startStep('Login as user ' + email)
await this.setEmail(email);
await this.setPassword(password)
await this.clickSubmit()
allureReporter.endStep()
}
OS
ДП