asadiqbal08/SOL-1046: Convert LinkedIn anchor tag to button
* remove the onclick event * add mako check to Javascript handler
This commit is contained in:
@@ -49,7 +49,7 @@ class CertificatePage(PageObject):
|
||||
"""
|
||||
returns add to LinkedIn profile button
|
||||
"""
|
||||
return self.q(css='a.action-linkedin-profile')
|
||||
return self.q(css='button.action-linkedin-profile')
|
||||
|
||||
@property
|
||||
def add_to_facebook_profile_button(self):
|
||||
|
||||
Reference in New Issue
Block a user