We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76b6c26 + d1ff210 commit 0357bbcCopy full SHA for 0357bbc
nr_synthetics_formatter/nr-synthetics.js
@@ -93,7 +93,7 @@ builder.selenium2.io.addLangFormatter({
93
"print":
94
".then(function () { log('{text}'); })\n\n",
95
"pause":
96
- function(step) { return scriptify("$browser.sleep( " + step.waitTime + "})"); },
+ function(step) { return scriptify("$browser.sleep( " + step.waitTime + ")"); },
97
"switchToFrame":
98
function(step) { return scriptify("$browser.switchTo().frame('" + step.identifier + "')"); },
99
"switchToFrameByIndex":
0 commit comments