Skip to content

Commit 5f94580

Browse files
committed
[js] Render code sample from github [deploy site]
1 parent 60fe5c4 commit 5f94580

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ primarily this gets used when needing to type multiple characters in the middle
111111
{{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L36-L38" >}}
112112
{{< /tab >}}
113113
{{< tab header="JavaScript" >}}
114-
// Add Code
114+
{{< gh-codeblock path="examples/javascript/actionsApi/keysTest.js#L45-L47" >}}
115115
{{< /tab >}}
116116
{{< tab header="Kotlin" >}}
117117
// Add Code

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ primarily this gets used when needing to type multiple characters in the middle
111111
{{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L36-L38" >}}
112112
{{< /tab >}}
113113
{{< tab header="JavaScript" >}}
114-
// Add Code
114+
{{< gh-codeblock path="examples/javascript/actionsApi/keysTest.js#L45-L47" >}}
115115
{{< /tab >}}
116116
{{< tab header="Kotlin" >}}
117117
// Add Code

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ primarily this gets used when needing to type multiple characters in the middle
111111
{{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L36-L38" >}}
112112
{{< /tab >}}
113113
{{< tab header="JavaScript" >}}
114-
// Add Code
114+
{{< gh-codeblock path="examples/javascript/actionsApi/keysTest.js#L45-L47" >}}
115115
{{< /tab >}}
116116
{{< tab header="Kotlin" >}}
117117
// Add Code

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ primarily this gets used when needing to type multiple characters in the middle
111111
{{< gh-codeblock path="examples/ruby/spec/actions_api/keys_spec.rb#L36-L38" >}}
112112
{{< /tab >}}
113113
{{< tab header="JavaScript" >}}
114-
// Add Code
114+
{{< gh-codeblock path="examples/javascript/actionsApi/keysTest.js#L45-L47" >}}
115115
{{< /tab >}}
116116
{{< tab header="Kotlin" >}}
117117
// Add Code

0 commit comments

Comments
 (0)