We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cd190 commit a9a6776Copy full SHA for a9a6776
src/components/YamlEditor/YamlEditor.tsx
@@ -48,6 +48,7 @@ export const YamlEditor = (props: YamlEditorProps) => {
48
49
useEffect(() => {
50
// Configure YAML validation with schema only once
51
+ if (window.Cypress) return;
52
if (!monacoYamlConfigured) {
53
monacoYamlConfigured = true;
54
configureMonacoYaml(monaco, {
0 commit comments