Skip to content

Commit

Permalink
fix param for getRunnerName (webdriverio#3420)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jan 25, 2019
1 parent b4ecfb0 commit d38c750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wdio-cli/src/interface.js
Expand Up @@ -167,7 +167,7 @@ export default class WDIOCLInterface extends EventEmitter {
chalk.bgYellow.black(' RUNNING '),
cid,
'in',
getRunnerName(job.caps.browserName),
getRunnerName(job.caps),
'-',
filename
)
Expand Down

0 comments on commit d38c750

Please sign in to comment.