Skip to content

Commit ed920fe

Browse files
committed
[JS] Link code sample
1 parent 9df8227 commit ed920fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/actions_api/mouse.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ moves to the location of the target element and then releases the mouse.
356356
{{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L141-L145" >}}
357357
{{< /tab >}}
358358
{{< tab header="JavaScript" >}}
359-
// Add Code
359+
{{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/dragAndDrop.spec.js#L29-L32" >}}
360360
{{< /tab >}}
361361
{{< tab header="Kotlin" >}}
362362
// Add Code

website_and_docs/content/documentation/webdriver/actions_api/mouse.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ moves to the location of the target element and then releases the mouse.
356356
{{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L141-L145" >}}
357357
{{< /tab >}}
358358
{{< tab header="JavaScript" >}}
359-
// Add Code
359+
{{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/dragAndDrop.spec.js#L29-L32" >}}
360360
{{< /tab >}}
361361
{{< tab header="Kotlin" >}}
362362
// Add Code

website_and_docs/content/documentation/webdriver/actions_api/mouse.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ moves to the location of the target element and then releases the mouse.
356356
{{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L141-L145" >}}
357357
{{< /tab >}}
358358
{{< tab header="JavaScript" >}}
359-
// Add Code
359+
{{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/dragAndDrop.spec.js#L29-L32" >}}
360360
{{< /tab >}}
361361
{{< tab header="Kotlin" >}}
362362
// Add Code

website_and_docs/content/documentation/webdriver/actions_api/mouse.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ moves to the location of the target element and then releases the mouse.
356356
{{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L141-L145" >}}
357357
{{< /tab >}}
358358
{{< tab header="JavaScript" >}}
359-
// Add Code
359+
{{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/dragAndDrop.spec.js#L29-L32" >}}
360360
{{< /tab >}}
361361
{{< tab header="Kotlin" >}}
362362
// Add Code

0 commit comments

Comments
 (0)