Skip to content

Commit e5f3823

Browse files
committed
Typo in clickElement
1 parent 0eb2143 commit e5f3823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nr_synthetics_formatter/nr-synthetics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ builder.selenium2.io.addLangFormatter({
114114
".then(function () {\n" +
115115
" log('{stepTypeName} {locator}');\n" +
116116
" return $browser.waitForAndFindElement(By.{locatorBy}({locator}), DefaultTimeout); })\n" +
117-
".then(function (el) { el.click() })\n\n",
117+
".then(function (el) { el.click(); })\n\n",
118118
"doubleClickElement":
119119
".then(function () {\n" +
120120
" log('{stepTypeName} {locator}');\n" +

0 commit comments

Comments
 (0)