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

Commit

Permalink
[JENKINS-38248] less flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scherler committed Oct 6, 2016
1 parent 7b66226 commit e44e76a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/js/page_objects/blueocean/bluePipelineRunDetail.js
Expand Up @@ -412,11 +412,6 @@ module.exports.commands = [{
.url(function (response) {
// did we changed the url on change?
this.assert.equal(response.value, result.value);
// controll whether we can still see the log and the link is still the same
this.waitForElementVisible(aXpath)
.getAttribute(aXpath, 'href', function (inner) {
this.assert.equal(inner.value, result.value);
})
})
});
browser.useCss();
Expand Down

0 comments on commit e44e76a

Please sign in to comment.