Félix Bayart
Félix Bayart
Hi @pantharshit00, thanks for your help :) The related datamodel part is : ```graphql enum ReviewAnalysisStatusType { INITIAL PENDING DONE } type Review { id: ID! @unique key: String! @unique...
Any news on this @pantharshit00 ?
Hey there, any update on this ? Cheers ;)
+1 !
In my case, using `experimentalStudio: true` in my e2e config was the issue. ```js defineConfig({ e2e: { baseUrl: "http://localhost:3000", experimentalStudio: true, //
I run into the same problem :) !