Skip to content

Commit 29e9a57

Browse files
jrichter1dgolovin
authored andcommitted
Fix ui tests
1 parent 0a4d6c7 commit 29e9a57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

browser/pages/confirm/confirm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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')}">

test/ui/confirm-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)