We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb2143 commit e5f3823Copy full SHA for e5f3823
nr_synthetics_formatter/nr-synthetics.js
@@ -114,7 +114,7 @@ builder.selenium2.io.addLangFormatter({
114
".then(function () {\n" +
115
" log('{stepTypeName} {locator}');\n" +
116
" return $browser.waitForAndFindElement(By.{locatorBy}({locator}), DefaultTimeout); })\n" +
117
- ".then(function (el) { el.click() })\n\n",
+ ".then(function (el) { el.click(); })\n\n",
118
"doubleClickElement":
119
120
0 commit comments