This commit is contained in:
Andrew Gundersen 2021-04-13 14:43:25 -05:00
commit 5f3e14f557
4 changed files with 318 additions and 583 deletions

View file

@ -24,7 +24,7 @@ test('Window Loads Properly', async () => {
// App is loaded properly
expect(
/Welcome to Your Vue\.js (\+ TypeScript )?App/.test(
await client.getHTML('#app')
await (await app.client.$('#app')).getHTML()
)
).toBe(true)