diff options
author | andre.schmid <andre.schmid@est.tech> | 2021-03-09 18:29:48 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-03-22 16:37:22 +0000 |
commit | 1ccd74fb7723bc41424ca93902d68d351ce55462 (patch) | |
tree | 3b7ba6539b51e814e605f87b5f76c757f69086dd /catalog-ui/src/app/ng2/components/logic | |
parent | 00acf3d39898cc712e8f3fd2afb69f26bc922f61 (diff) |
Add Composition Page and create resource page/flow
Add UI Tests Composition Page, and create resource page and flow
Change-Id: I004a2e8123df669e7318eca7feb58f8b1210dd65
Issue-ID: SDC-3523, SDC-3524
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-ui/src/app/ng2/components/logic')
-rw-r--r-- | catalog-ui/src/app/ng2/components/logic/substitution-filter/substitution-filter.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/app/ng2/components/logic/substitution-filter/substitution-filter.component.html b/catalog-ui/src/app/ng2/components/logic/substitution-filter/substitution-filter.component.html index 01329b70d1..81fc5b48ee 100644 --- a/catalog-ui/src/app/ng2/components/logic/substitution-filter/substitution-filter.component.html +++ b/catalog-ui/src/app/ng2/components/logic/substitution-filter/substitution-filter.component.html @@ -45,7 +45,7 @@ <div class="w-sdc-designer-sidebar-section-substitution-filter-footer"> <button class="w-sdc-designer-sidebar-section-substitution-filter-footer-action add-rule-btn tlv-btn blue" - data-tests-id="add-rule-button" + data-tests-id="add-substitution-filter-button" (click)="onAddSubstitutionFilter(PROPERTIES)" [disabled]="readonly"> {{'ADD_SUBSTITUTION_FILTER' | translate}} |