remove _cssText attribute from style element

This commit is contained in:
Yanzhen Yu
2018-11-27 15:22:06 +08:00
parent cac660ce61
commit e55b917590
2 changed files with 2 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ describe('integration tests', () => {
await this.server.close();
});
for (const html of htmls.slice(0, 10)) {
for (const html of htmls) {
const title = '[html file]: ' + html.filePath;
it(title, async () => {
const page: puppeteer.Page = await this.browser.newPage();