File tree Expand file tree Collapse file tree 2 files changed +22
-11
lines changed
src/editors/subscription/goose
test/integration/editors/__snapshots__ Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export class SubscriberList extends SubscriberListContainer {
114
114
115
115
dataSet ! . querySelectorAll ( 'FCDA' ) . forEach ( fcda => {
116
116
subscribedInputs . forEach ( inputs => {
117
- if ( getExtRef ( inputs , fcda , this . currentSelectedGseControl ) ) {
117
+ if ( getExtRef ( inputs , fcda , control ) ) {
118
118
numberOfLinkedExtRefs ++ ;
119
119
}
120
120
} ) ;
Original file line number Diff line number Diff line change @@ -856,7 +856,7 @@ snapshots["GOOSE subscriber plugin in Subscriber view with a selected IED the le
856
856
aria-disabled="false"
857
857
noninteractive=""
858
858
tabindex="-1"
859
- value="IED1>>CircuitBreaker_CB1>GCB "
859
+ value=""
860
860
>
861
861
<span>
862
862
[subscription.subscriber.partiallySubscribed]
@@ -870,21 +870,18 @@ snapshots["GOOSE subscriber plugin in Subscriber view with a selected IED the le
870
870
<mwc-list-item
871
871
aria-disabled="false"
872
872
graphic="avatar"
873
- mwc-list-item =""
874
- tabindex="0 "
873
+ noninteractive =""
874
+ tabindex="-1 "
875
875
>
876
876
<span>
877
- GCB (IED1)
877
+ [subscription.none]
878
878
</span>
879
- <mwc-icon slot="graphic">
880
- add
881
- </mwc-icon>
882
879
</mwc-list-item>
883
880
<mwc-list-item
884
881
aria-disabled="false"
885
882
noninteractive=""
886
883
tabindex="-1"
887
- value="IED4>>CircuitBreaker_CB1>GCB"
884
+ value="IED1>>CircuitBreaker_CB1>GCB IED4>>CircuitBreaker_CB1>GCB"
888
885
>
889
886
<span>
890
887
[subscription.subscriber.availableToSubscribe]
@@ -895,6 +892,19 @@ snapshots["GOOSE subscriber plugin in Subscriber view with a selected IED the le
895
892
role="separator"
896
893
>
897
894
</li>
895
+ <mwc-list-item
896
+ aria-disabled="false"
897
+ graphic="avatar"
898
+ mwc-list-item=""
899
+ tabindex="0"
900
+ >
901
+ <span>
902
+ GCB (IED1)
903
+ </span>
904
+ <mwc-icon slot="graphic">
905
+ add
906
+ </mwc-icon>
907
+ </mwc-list-item>
898
908
<mwc-list-item
899
909
aria-disabled="false"
900
910
graphic="avatar"
@@ -991,10 +1001,9 @@ snapshots["GOOSE subscriber plugin in Subscriber view with a selected IED for un
991
1001
</li>
992
1002
<mwc-list-item
993
1003
aria-disabled="false"
994
- aria-selected="true "
1004
+ aria-selected="false "
995
1005
graphic="avatar"
996
1006
mwc-list-item=""
997
- selected=""
998
1007
tabindex="-1"
999
1008
>
1000
1009
<span>
@@ -1193,8 +1202,10 @@ snapshots["GOOSE subscriber plugin in Subscriber view with a selected IED for pa
1193
1202
</li>
1194
1203
<mwc-list-item
1195
1204
aria-disabled="false"
1205
+ aria-selected="true"
1196
1206
graphic="avatar"
1197
1207
mwc-list-item=""
1208
+ selected=""
1198
1209
tabindex="-1"
1199
1210
>
1200
1211
<span>
You can’t perform that action at this time.
0 commit comments