cicd
This commit is contained in:
parent
2c89119092
commit
5f3e14f557
4 changed files with 318 additions and 583 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue