Skip to content

Commit eb529a8

Browse files
authored
fixed explicit wait javascript example (#1910)
1 parent d6360a1 commit eb529a8

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
@@ -115,7 +115,7 @@ This example shows the condition being waited for as a _lambda_. Python also sup
115115
{{< /tab >}}
116116
{{% tab header="JavaScript" %}}
117117
JavaScript also supports [Expected Conditions]({{< ref "support_features/expected_conditions" >}})
118-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L50" >}}
118+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L52" >}}
119119
{{% /tab %}}
120120
{{< tab header="Kotlin" >}}
121121
{{< badge-code >}}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This example shows the condition being waited for as a _lambda_. Python also sup
115115
{{< /tab >}}
116116
{{% tab header="JavaScript" %}}
117117
JavaScript also supports [Expected Conditions]({{< ref "support_features/expected_conditions" >}})
118-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L50" >}}
118+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L52" >}}
119119
{{% /tab %}}
120120
{{< tab header="Kotlin" >}}
121121
{{< badge-code >}}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This example shows the condition being waited for as a _lambda_. Python also sup
115115
{{< /tab >}}
116116
{{% tab header="JavaScript" %}}
117117
JavaScript also supports [Expected Conditions]({{< ref "support_features/expected_conditions" >}})
118-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L50" >}}
118+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L52" >}}
119119
{{% /tab %}}
120120
{{< tab header="Kotlin" >}}
121121
{{< badge-code >}}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This example shows the condition being waited for as a _lambda_. Python also sup
115115
{{< /tab >}}
116116
{{% tab header="JavaScript" %}}
117117
JavaScript also supports [Expected Conditions]({{< ref "support_features/expected_conditions" >}})
118-
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L50" >}}
118+
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L52" >}}
119119
{{% /tab %}}
120120
{{< tab header="Kotlin" >}}
121121
{{< badge-code >}}

0 commit comments

Comments
 (0)