chore: fix issue template

This commit is contained in:
Andrey Lushnikov 2023-08-31 09:24:10 -07:00
parent cb67427d56
commit c92ad10f60

View file

@ -46,6 +46,7 @@ export default defineConfig({
name: 'chromium',
use: { ...devices['Desktop Chrome'], },
},
]
});
```