Renamed puppeteer method
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-10-06 10:38:44 +02:00
parent 2cfc3cfe42
commit 11da463972
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Report extends Component {
});
const page = (await browser.pages())[0];
await page.emulateMedia('screen');
await page.emulateMediaType('screen');
await page.setContent(template);
const element = await page.$('#pageFooter');