e2e: activate shadow dom lookup for chat testing

This commit is contained in:
mahula 2025-05-06 20:13:10 +02:00
parent 0ee3ade189
commit ef727f0bc7

View File

@ -45,6 +45,7 @@ module.exports = defineConfig({
baseUrl: 'http://localhost:3000',
specPattern: '**/*.feature',
supportFile: false,
includeShadowDom: true,
retries: 0,
video: false,
viewportHeight: 720,