Skip to content

Commit

Permalink
Update plugin creation string
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Feb 22, 2020
1 parent 425a926 commit 88a9fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe(`running the plugin-generator via 'node scripts/generate_plugin.js plug
'--migrations.skip=true',
],
cwd: generatedPath,
wait: /ispec_plugin.+Status changed from uninitialized to green - Ready/,
wait: new RegExp('\\[ispecPlugin\\]\\[plugins\\] Setting up plugin'),
});
await pr.stop('kibana');
});
Expand Down

0 comments on commit 88a9fd8

Please sign in to comment.