Skip to content

Commit 680f75b

Browse files
shbenzerharsha509
andauthored
fixed implicit wait javascript example (#1909)[deploy site]
Co-authored-by: Sri Harsha <[email protected]>
1 parent fd53e36 commit 680f75b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/waits.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/waits.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Solving our example with an implicit wait looks like this:
7979
{{< gh-codeblock path="examples/ruby/spec/waits/waits_spec.rb#L28" >}}
8080
{{< /tab >}}
8181
{{< tab header="JavaScript" >}}
82-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L37" >}}
82+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L39" >}}
8383
{{< /tab >}}
8484
{{< tab header="Kotlin" >}}
8585
{{< badge-code >}}

0 commit comments

Comments
 (0)