File tree 2 files changed +2
-2
lines changed
1.7.4/pages/BO/modules/modulesAndServices
develop/pages/BO/modules/autoupgrade
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class InstalledModulesPage extends BOBasePage implements InstalledModulesPageInt
36
36
37
37
// Selectors
38
38
this . selectionLink = '#subtab-AdminModulesCatalog' ;
39
- this . configureModuleButton = '.dropdown-menu form[action*=\'configure\']' ;
39
+ this . configureModuleButton = '.dropdown-menu form[action*=\'configure\'], .module_action_menu_configure ' ;
40
40
this . searchModuleTagInput = '#search-input-group input.pstaggerAddTagInput' ;
41
41
this . searchModuleButton = '#module-search-button' ;
42
42
this . moduleItemName = ( moduleTag : string ) => `.module-item-list[data-tech-name=${ moduleTag } ]` ;
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ class Autoupgrade extends ModuleConfiguration implements ModuleAutoupgradeMainPa
226
226
* @return {Promise<string }
227
227
*/
228
228
async checkUpdateSuccess ( page : Page ) : Promise < string > {
229
- await this . waitForVisibleSelector ( page , this . updateProgressBar , 500000 ) ;
229
+ await this . waitForVisibleSelector ( page , this . updateProgressBar , 1000000 ) ;
230
230
231
231
return this . getTextContent ( page , this . updateAlertSuccessMessage ) ;
232
232
}
You can’t perform that action at this time.
0 commit comments