Skip to content

Commit 4f1dfc7

Browse files
author
Marc Rooding
committed
Space added in the scenario naming
1 parent 7eaa667 commit 4f1dfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html_formatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = (function () {
5959

6060
return compiled({
6161
status: isPassed ? statuses.PASSED : statuses.FAILED,
62-
name: scenario.keyword + ':' + scenario.name
62+
name: scenario.keyword + ': ' + scenario.name
6363
});
6464
}
6565

0 commit comments

Comments
 (0)