Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
footer has a habit of going awol so...
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Oct 14, 2016
1 parent 125172d commit 4bb9d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/js/page_objects/blueocean/bluePipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports.commands = [{
this.waitForElementVisible('@pipelinesNav');
this.waitForElementVisible('@newPipelineButton');
this.waitForElementVisible('@pipelinesTable');
this.waitForElementVisible('.Site-footer');
},
assertJob: function(jobName) {
this.waitForElementVisible('.pipelines-table tr[data-name="' + jobName + '"]');
Expand All @@ -42,4 +43,4 @@ module.exports.commands = [{
this.assert.equal(codeCollection.value.length, count);
});
}
}];
}];

0 comments on commit 4bb9d51

Please sign in to comment.