We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2ee7f commit b9addbaCopy full SHA for b9addba
examples/parameterized_test.py
@@ -6,7 +6,7 @@ class GoogleTests(BaseCase):
6
@parameterized.expand(
7
[
8
["PyPI", "pypi.org", 'img[alt="PyPI"]'],
9
- ["Wikipedia", "wikipedia.org", "div#p-logo"],
+ ["Wikipedia", "wikipedia.org", "img.central-featured-logo"],
10
["SeleniumBase", "seleniumbase/SeleniumBase", 'img[title*="Sel"]'],
11
]
12
)
0 commit comments