diff --git a/e2e/reporters/printers.js b/e2e/reporters/printers.js index 27140a342..3a3276050 100644 --- a/e2e/reporters/printers.js +++ b/e2e/reporters/printers.js @@ -3,7 +3,7 @@ const printSummary = (stats) => { text += '| :clock10: Start time | :hourglass: Duration |\n'; text += '| --- | ---: |\n'; - text += `|${stats.startTimeStr}|${stats.totalTimeStr}s|\n`; + text += `|${stats.startTimeStr}|${stats.totalTimeStr}|\n`; text += '\n'; text += '| | :white_check_mark: Passed | :x: Failed | :construction: Todo | :white_circle: Total |\n'; @@ -30,7 +30,7 @@ function printFiles(fileStat, basePath) { text += '