Missing screenshot update

This commit is contained in:
Pedro Beschorner Marin 2018-11-21 16:22:44 -02:00
parent f817e38d5d
commit 11b46959e1

View File

@ -22,7 +22,7 @@ class UploadTestPage extends Page {
await this.click(e.start);
await this.elementRemoved(e.start);
await this.page.screenshot('test-upload.png', true);
await this.screenshot('test-upload.png', true);
const slides1 = await this.getTestElements();
console.log('\nSlides before presentation upload:');