Skip to content

Commit b9addba

Browse files
committed
Update an example test
1 parent 3f2ee7f commit b9addba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/parameterized_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class GoogleTests(BaseCase):
66
@parameterized.expand(
77
[
88
["PyPI", "pypi.org", 'img[alt="PyPI"]'],
9-
["Wikipedia", "wikipedia.org", "div#p-logo"],
9+
["Wikipedia", "wikipedia.org", "img.central-featured-logo"],
1010
["SeleniumBase", "seleniumbase/SeleniumBase", 'img[title*="Sel"]'],
1111
]
1212
)

0 commit comments

Comments
 (0)