testdriverai 4.0.12 → 4.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -723,7 +723,7 @@ let run = async (file, overwrite = false) => {
723
723
  for (const step of ymlObj.steps) {
724
724
 
725
725
  log.log('info', ``, null);
726
- log.log('info', chalk.cyan(` ${step.prompt || 'no prompt'} `), null);
726
+ log.log('info', chalk.cyan(`${step.prompt || 'no prompt'}`), null);
727
727
 
728
728
  executionHistory.push({
729
729
  prompt: step.prompt,
package/lib/commands.js CHANGED
@@ -217,6 +217,7 @@ let commands = {
217
217
  button,
218
218
  clickType,
219
219
  description,
220
+ displayMultiple: await getDisplayMultiple()
220
221
  });
221
222
 
222
223
  if (!response.data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "index.js",
6
6
  "bin": {