Skip to content

Commit 99f0d84

Browse files
committed
[JS] Link drag and drop code sample [deploy site]
1 parent c0130d5 commit 99f0d84

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
@@ -381,7 +381,7 @@ This method firstly performs a click-and-hold on the source element, moves to th
381381
{{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L153-L158" >}}
382382
{{< /tab >}}
383383
{{< tab header="JavaScript" >}}
384-
// Add Code
384+
{{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/dragAndDrop.spec.js#L17-L21" >}}
385385
{{< /tab >}}
386386
{{< tab header="Kotlin" >}}
387387
// 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
@@ -381,7 +381,7 @@ This method firstly performs a click-and-hold on the source element, moves to th
381381
{{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L153-L158" >}}
382382
{{< /tab >}}
383383
{{< tab header="JavaScript" >}}
384-
// Add Code
384+
{{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/dragAndDrop.spec.js#L17-L21" >}}
385385
{{< /tab >}}
386386
{{< tab header="Kotlin" >}}
387387
// 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
@@ -381,7 +381,7 @@ This method firstly performs a click-and-hold on the source element, moves to th
381381
{{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L153-L158" >}}
382382
{{< /tab >}}
383383
{{< tab header="JavaScript" >}}
384-
// Add Code
384+
{{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/dragAndDrop.spec.js#L17-L21" >}}
385385
{{< /tab >}}
386386
{{< tab header="Kotlin" >}}
387387
// 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
@@ -381,7 +381,7 @@ This method firstly performs a click-and-hold on the source element, moves to th
381381
{{< gh-codeblock path="/examples/ruby/spec/actions_api/mouse_spec.rb#L153-L158" >}}
382382
{{< /tab >}}
383383
{{< tab header="JavaScript" >}}
384-
// Add Code
384+
{{< gh-codeblock path="/examples/javascript/test/actionsApi/mouse/dragAndDrop.spec.js#L17-L21" >}}
385385
{{< /tab >}}
386386
{{< tab header="Kotlin" >}}
387387
// Add Code

0 commit comments

Comments
 (0)