File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ def test_all_your_base_are_belong_to_us(self):
180
180
self .highlight ("#ctitle" , loops = 7 , scroll = False )
181
181
182
182
self .open ("https://www.nintendo.com/whatsnew/" )
183
- self .set_text_content ("h1 " , aybabtu )
184
- self .highlight ("h1 " , loops = 10 , scroll = False )
183
+ self .set_text_content ("h2 " , aybabtu )
184
+ self .highlight ("h2 " , loops = 10 , scroll = False )
185
185
186
186
if not self .headless :
187
187
self .open ("https://support.gog.com/hc/en-us?product=gog" )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def test_download_chromedriver_notes(self):
22
22
23
23
def test_download_files_from_pypi (self ):
24
24
self .open ("https://pypi.org/project/sbvirtualdisplay/#files" )
25
- self .assert_element ('[data-clipboard-target=" #pip-command"]' )
25
+ self .assert_element ("span #pip-command" )
26
26
self .assert_text ("Download files" , "div#files h2.page-title" )
27
27
self .assert_text ("Download files" , "a#files-tab" )
28
28
pkg_header = self .get_text ("h1.package-header__name" ).strip ()
Original file line number Diff line number Diff line change 6
6
7
7
class DownloadImages (BaseCase ):
8
8
def test_download_images_directly (self ):
9
- self .open ("seleniumbase.github. io/examples/chart_maker/ReadMe" )
9
+ self .open ("seleniumbase.io/examples/chart_maker/ReadMe" )
10
10
img_elements_with_src = self .find_elements ("img[src]" )
11
11
unique_src_values = []
12
12
for img in img_elements_with_src :
@@ -29,7 +29,7 @@ def test_download_images_via_screenshot(self):
29
29
self .open ("about:blank" )
30
30
print ("Skipping test in Recorder Mode." )
31
31
self .skip ("Skipping test in Recorder Mode." )
32
- self .open ("seleniumbase.github. io/error_page/" )
32
+ self .open ("seleniumbase.io/error_page/" )
33
33
img_elements_with_src = self .find_elements ("img[src]" )
34
34
unique_src_values = []
35
35
for img in img_elements_with_src :
You can’t perform that action at this time.
0 commit comments