Skip to content

Commit cf42f42

Browse files
committed
add snippet file
1 parent b8bdc80 commit cf42f42

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

snippets/nightwatchsnippets.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"clickWithCallback": {
3+
"prefix": "ckc",
4+
"body": "click(${1:selector}, ${2:callback})$3",
5+
"description": "click(selector,callback)"
6+
},
7+
8+
"click": {
9+
"prefix": "ck",
10+
"body": "click(${1:selector})$2",
11+
"description": "click(selector)"
12+
}
13+
14+
}

0 commit comments

Comments
 (0)