test(components): migrate e2e tests to puppeteer

references #15803
This commit is contained in:
Brandy Carney
2018-10-05 18:11:11 -04:00
parent 92cd9cc238
commit 6bc35a306c
70 changed files with 342 additions and 658 deletions

View File

@@ -7,3 +7,4 @@ it('fab-button: standalone', async () => {
const compare = await page.compareScreenshot();
expect(compare).toMatchScreenshot();
});