Skip to content

Commit a9a6776

Browse files
committed
Update YamlEditor.tsx
1 parent 76cd190 commit a9a6776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/YamlEditor/YamlEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const YamlEditor = (props: YamlEditorProps) => {
4848

4949
useEffect(() => {
5050
// Configure YAML validation with schema only once
51+
if (window.Cypress) return;
5152
if (!monacoYamlConfigured) {
5253
monacoYamlConfigured = true;
5354
configureMonacoYaml(monaco, {

0 commit comments

Comments
 (0)