Skip to content

Commit 80745b7

Browse files
committed
Update the Skype site mobile test
1 parent 6ee87cb commit 80745b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/test_skype_site.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def test_skype_website_on_mobile(self):
2121
self.highlight("div.appBannerContent")
2222
self.highlight('[itemprop="url"]')
2323
self.highlight("h1")
24-
self.highlight_click('[title="Download Skype"]')
24+
self.highlight('[title="Create a free meeting"]')
25+
self.highlight_click('[data-bi-name="skype-download-home-page"]')
2526
self.assert_element('[aria-label="Microsoft"]')
2627
self.assert_text("Download Skype", "h1")
2728
self.highlight("div.appBannerContent")

0 commit comments

Comments
 (0)