File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def test_edge(self):
10
10
if self .browser != "edge" :
11
11
print ("\n This test is only for Microsoft Edge (Chromium)!" )
12
12
print (" (Run with: '--browser=edge')" )
13
- self .skip_test ("This test is only for Microsoft Edge (Chromium)!" )
13
+ self .skip ("This test is only for Microsoft Edge (Chromium)!" )
14
14
self .open ("edge://settings/help" )
15
15
self .assert_element ('img[alt="Edge logo"] + span' )
16
16
self .highlight ('div[role="main"] div div div + div' )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def test_skype_website_on_mobile(self):
15
15
if not self .mobile_emulator :
16
16
print ("\n This test is only for mobile devices / emulators!" )
17
17
print (" (Usage: '--mobile' with a Chromium-based browser.)" )
18
- self .skip_test ("Please rerun this test using '--mobile!'!" )
18
+ self .skip ("Please rerun this test using '--mobile!'!" )
19
19
self .open ("https://www.skype.com/en/" )
20
20
self .assert_text ("Install Skype" , "div.appInfo" )
21
21
self .highlight ("div.appBannerContent" )
You can’t perform that action at this time.
0 commit comments