Add data collection mechanism in end to end test suite

This commit is contained in:
Germain Souquet 2021-05-14 12:23:23 +01:00
parent 6804a26e74
commit 89832eff9e
6 changed files with 42 additions and 13 deletions

View file

@ -208,7 +208,7 @@ module.exports = class ElementSession {
this.log.done();
}
close() {
async close() {
return this.browser.close();
}