We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee87cb commit 80745b7Copy full SHA for 80745b7
examples/test_skype_site.py
@@ -21,7 +21,8 @@ def test_skype_website_on_mobile(self):
21
self.highlight("div.appBannerContent")
22
self.highlight('[itemprop="url"]')
23
self.highlight("h1")
24
- self.highlight_click('[title="Download Skype"]')
+ self.highlight('[title="Create a free meeting"]')
25
+ self.highlight_click('[data-bi-name="skype-download-home-page"]')
26
self.assert_element('[aria-label="Microsoft"]')
27
self.assert_text("Download Skype", "h1")
28
0 commit comments