Update an example test

This commit is contained in:
Michael Mintz 2021-07-12 01:11:40 -04:00
parent 17965bd339
commit 9274278d3b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class GoogleTests(BaseCase):
@parameterized.expand( @parameterized.expand(
[ [
["PyPI", "pypi.org", 'img[alt="PyPI"]'], ["PyPI", "pypi.org", 'img[alt="PyPI"]'],
["Wikipedia", "wikipedia.org", "img.central-featured-logo"], ["Wikipedia", "www.wikipedia.org", "img.central-featured-logo"],
["SeleniumBase", "seleniumbase/SeleniumBase", 'img[title*="Sel"]'], ["SeleniumBase", "seleniumbase/SeleniumBase", 'img[title*="Sel"]'],
] ]
) )