Copilot commented on code in PR #8029:
URL: https://github.com/apache/texera/pull/8029#discussion_r3867774036


##########
frontend/src/app/common/service/gui-config.service.mock.ts:
##########
@@ -39,6 +39,7 @@ export class MockGuiConfigService {
     linkBreakpointEnabled: false,
     asyncRenderingEnabled: false,
     timetravelEnabled: false,
+    formViewEnabled: true,
     productionSharedEditingServer: false,

Review Comment:
   MockGuiConfigService sets `formViewEnabled` to `true`, which conflicts with 
`gui.conf`/`GuiConfigSpec` (default is explicitly **off**) and makes frontend 
unit tests run with Form View enabled by default once any code starts gating on 
this flag. The mock should mirror the real default and tests that need it on 
can call `setConfig({ formViewEnabled: true })`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to