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

Commit

Permalink
[JENKINS-38248] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scherler committed Oct 6, 2016
1 parent 9fe22e2 commit 7b66226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/js/log-karaoke/stages.js
Expand Up @@ -91,7 +91,7 @@ module.exports = {
},
/** Check whether there is an EmptyStateView for stages with no steps*/
'Step 05': function (browser) {
async.mapSeries(caqqses, function (useCase, callback) {
async.mapSeries(cases, function (useCase, callback) {
// the pipeline-model cannot have "noSteps" need to skip the test for that
if (useCase.name !== "stagesPM") {
const blueRunDetailPage = browser.page.bluePipelineRunDetail().forRun(useCase.name, 'jenkins', 1);
Expand Down

0 comments on commit 7b66226

Please sign in to comment.