Skip to content

Commit 9edbb63

Browse files
committed
Remove import and adjust line numbers
1 parent fa200c0 commit 9edbb63

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

examples/python/tests/support/test_expected_conditions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import pytest
2-
31
from selenium.webdriver.common.by import By
42
from selenium.webdriver.support import expected_conditions as EC
53
from selenium.webdriver.support.wait import WebDriverWait

website_and_docs/content/documentation/webdriver/support_features/expected_conditions.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These methods can include conditions such as:
2525
{{< badge-code >}}
2626
{{% /tab %}}
2727
{{% tab header="Python" %}}
28-
{{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L16-L17" >}}
28+
{{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L14-L15" >}}
2929
{{% /tab %}}
3030
{{< tab header="CSharp" >}}
3131
.NET stopped supporting Expected Conditions in Selenium 4 to minimize maintenance hassle and redundancy.

website_and_docs/content/documentation/webdriver/support_features/expected_conditions.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These methods can include conditions such as:
2525
{{< badge-code >}}
2626
{{% /tab %}}
2727
{{% tab header="Python" %}}
28-
{{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L16-L17" >}}
28+
{{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L14-L15" >}}
2929
{{% /tab %}}
3030
{{< tab header="CSharp" >}}
3131
.NET stopped supporting Expected Conditions in Selenium 4 to minimize maintenance hassle and redundancy.

website_and_docs/content/documentation/webdriver/support_features/expected_conditions.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These methods can include conditions such as:
2525
{{< badge-code >}}
2626
{{% /tab %}}
2727
{{% tab header="Python" %}}
28-
{{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L16-L17" >}}
28+
{{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L14-L15" >}}
2929
{{% /tab %}}
3030
{{< tab header="CSharp" >}}
3131
.NET stopped supporting Expected Conditions in Selenium 4 to minimize maintenance hassle and redundancy.

website_and_docs/content/documentation/webdriver/support_features/expected_conditions.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ description: >
2525
{{< badge-code >}}
2626
{{% /tab %}}
2727
{{% tab header="Python" %}}
28-
{{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L16-L17" >}}
28+
{{< gh-codeblock path="examples/python/tests/support/test_expected_conditions.py#L14-L15" >}}
2929
{{% /tab %}}
3030
{{< tab header="CSharp" >}}
3131
.NET stopped supporting Expected Conditions in Selenium 4 to minimize maintenance hassle and redundancy.

0 commit comments

Comments
 (0)