chore: further unify Puppeteer-Firefox tests with Puppeteer (#3931)

This patch:
* unifies assets between tests
* enables a few puppeteer tests on Puppeteer-Firefox

Drive-by: beautify failing output of `expect.toEqual` matcher.

References #3889
This commit is contained in:
Andrey Lushnikov
2019-02-06 13:49:14 -08:00
committed by GitHub
parent c3b6619432
commit 6887ad881a
14 changed files with 43 additions and 43 deletions

View File

@@ -26,4 +26,7 @@ a {
<a href='#clicked'>123321</a>
</div>
<script>
document.querySelector('a').addEventListener('click', () => {
window.__clicked = true;
});
</script>