TEMP: watching for console logs
This commit is contained in:
parent
10861181c6
commit
3e8db19817
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ test.afterEach(async ({ astro }) => {
|
|||
});
|
||||
|
||||
test.only('Solid', async ({ page, astro }) => {
|
||||
page.on('console', msg => console.log('Solid::', msg.text()));
|
||||
await page.goto(astro.resolveUrl('/'));
|
||||
|
||||
await test.step('server only', async () => {
|
||||
|
|
Loading…
Reference in a new issue