File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
test/integration/__snapshots__ Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ export const officialPlugins = [
168
168
position : 'top' ,
169
169
} ,
170
170
{
171
- name : 'Validate using OCL' ,
171
+ name : '[WIP] Validate OCL' ,
172
172
src : '/src/validators/CompasValidateSchema.js' ,
173
173
icon : 'rule_folder' ,
174
174
default : true ,
Original file line number Diff line number Diff line change @@ -148,7 +148,8 @@ export function Hosting<
148
148
)
149
149
) ;
150
150
} ,
151
- disabled : ( ) : boolean => this . doc === null ,
151
+ disabled : ( ) : boolean =>
152
+ this . doc === null || plugin . name . includes ( '[WIP]' ) ,
152
153
content : plugin . content ,
153
154
kind : 'validator' ,
154
155
} )
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ snapshots["open-scd looks like its snapshot"] =
178
178
rule_folder
179
179
</mwc-icon>
180
180
<span>
181
- Validate using OCL
181
+ [WIP] Validate OCL
182
182
</span>
183
183
</mwc-list-item>
184
184
<oscd-plugine36e411de62aaf96 class="plugin validator">
@@ -1135,7 +1135,7 @@ snapshots["open-scd looks like its snapshot"] =
1135
1135
<mwc-icon slot="meta">
1136
1136
rule_folder
1137
1137
</mwc-icon>
1138
- Validate using OCL
1138
+ [WIP] Validate OCL
1139
1139
</mwc-check-list-item>
1140
1140
<mwc-check-list-item
1141
1141
aria-disabled="false"
You can’t perform that action at this time.
0 commit comments