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

Commit

Permalink
[JENKINS-43217] better description for last step
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Meyers committed Mar 31, 2017
1 parent fdcdaa4 commit 922c8bd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ module.exports = {
runDetails.clickTab('tests');
runDetails.waitForLocationContains('/tests');
},
'Step 06 - close modal and confirm URL is correct': function () {
'Step 06 - close modal and confirm returned to Branches tab': function () {
runDetails.closeModal();
runDetails.waitForLocationContains('/branches');
}
Expand Down

0 comments on commit 922c8bd

Please sign in to comment.