We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04676c commit 025c667Copy full SHA for 025c667
1 file changed
panel/js/katalon/newformatters/sample.js
@@ -2,7 +2,7 @@ newFormatters.sample = function(name, commands) {
2
var content = '';
3
for (var i = 0; i < commands.length; i++) {
4
var command = commands[i];
5
- content += ' 3 ' + command.command + ' | ' + command.target + ' | ' + command.value + '\n';
+ content += command.command + ' | ' + command.target + ' | ' + command.value + '\n';
6
}
7
return {
8
content: content,
0 commit comments