File tree Expand file tree Collapse file tree
src/versions/develop/pages/BO/payment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class BOPaymentPreferencesPage extends BOBasePage implements BOPaymentPreference
4747 + `${ paymentModule } _"][value="${ countryID } "]` ;
4848 this . groupRestrictionsSaveButton = '#form-group-restrictions-save-button' ;
4949 // One row per customer group in the group restrictions table, the group name being the first cell.
50- this . groupRestrictionsTableRows = ' div.card:has(#form-group-restrictions-save-button ) table tbody tr' ;
50+ this . groupRestrictionsTableRows = ` div.card:has(${ this . groupRestrictionsSaveButton } ) table tbody tr` ;
5151 this . groupRestrictionsTableRow = ( row : number ) => `${ this . groupRestrictionsTableRows } :nth-child(${ row } )` ;
5252 // Selectors fot carrier restriction
5353 this . carrierRestrictionsCheckbox = ( paymentModule : string , carrierID : number ) => '#form_carrier_restrictions_'
You can’t perform that action at this time.
0 commit comments