You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(cxCommandOutput.status).toBe("open : no such file or directory\n");
52
+
expect(cxCommandOutput.exitCode).toBe(0);
53
+
expect(cxCommandOutput.payload[0].responses[0]).toBe("It seems that FILE is not available for AI Guided Remediation. Please ensure that you have opened the correct workspace or the relevant file.");
0 commit comments