File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 < p class ="installation-note has-spinner " ng-show ="confCtrl.numberOfExistingInstallations>0 ">
1010 < span class ="pficon-info "> </ span > {{confCtrl.installedSearchNote}}
1111 </ p >
12- < p class ="installation-note "> Select the components to install</ p >
12+ < p id =" instructions " class ="installation-note "> Select the components to install</ p >
1313
1414 <!-- devstudio -->
1515 < div id ="devstudio-panel " class ="panel panel-default panel2pxborder " ng-hide ="checkboxModel.devstudio === undefined " ng-class ="{'zero-border':checkboxModel.devstudio.hasOption('detected')} ">
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ describe('Confirm page', function() {
4949 let footer , cancelButton , backButton ;
5050
5151 beforeAll ( function ( ) {
52- browser . wait ( conditions . visibilityOf ( element ( By . id ( 'instructions ' ) ) ) )
52+ browser . wait ( conditions . invisibilityOf ( element ( By . id ( 'detection-info ' ) ) ) )
5353 . then ( function ( ) {
5454 for ( var key in components ) {
5555 components [ key ] . name = components [ key ] . name . toUpperCase ( ) ;
You can’t perform that action at this time.
0 commit comments