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

Commit

Permalink
[JENKINS-40662] avoid flakiness by waiting for job to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Meyers committed Jan 9, 2017
1 parent 136d786 commit 00843f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/js/edgeCases/runDetailsDeepLink.js
Expand Up @@ -33,6 +33,7 @@ module.exports = {
const blueActivityPage = browser.page.bluePipelineActivity().forJob(jobName, 'jenkins');
blueActivityPage.waitForRunRunningVisible(jobName + '-1');
const blueRunDetailPage = browser.page.bluePipelineRunDetail().forRun(jobName, 'jenkins', 1);
blueRunDetailPage.waitForJobRunEnded(jobName);
blueRunDetailPage.closeModal('/activity');
},
};

0 comments on commit 00843f0

Please sign in to comment.