Skip to content

Commit

Permalink
fixed explicit wait javascript example (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
shbenzer authored Aug 30, 2024
1 parent d6360a1 commit eb529a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This example shows the condition being waited for as a _lambda_. Python also sup
{{< /tab >}}
{{% tab header="JavaScript" %}}
JavaScript also supports [Expected Conditions]({{< ref "support_features/expected_conditions" >}})
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L50" >}}
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L52" >}}
{{% /tab %}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This example shows the condition being waited for as a _lambda_. Python also sup
{{< /tab >}}
{{% tab header="JavaScript" %}}
JavaScript also supports [Expected Conditions]({{< ref "support_features/expected_conditions" >}})
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L50" >}}
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L52" >}}
{{% /tab %}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This example shows the condition being waited for as a _lambda_. Python also sup
{{< /tab >}}
{{% tab header="JavaScript" %}}
JavaScript also supports [Expected Conditions]({{< ref "support_features/expected_conditions" >}})
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L50" >}}
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L52" >}}
{{% /tab %}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This example shows the condition being waited for as a _lambda_. Python also sup
{{< /tab >}}
{{% tab header="JavaScript" %}}
JavaScript also supports [Expected Conditions]({{< ref "support_features/expected_conditions" >}})
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L50" >}}
{{< gh-codeblock path="examples/javascript/test/waits/waits.spec.js#L52" >}}
{{% /tab %}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down

0 comments on commit eb529a8

Please sign in to comment.