Add data collection mechanism in end to end test suite
This commit is contained in:
parent
6804a26e74
commit
89832eff9e
6 changed files with 42 additions and 13 deletions
|
@ -208,7 +208,7 @@ module.exports = class ElementSession {
|
|||
this.log.done();
|
||||
}
|
||||
|
||||
close() {
|
||||
async close() {
|
||||
return this.browser.close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue