зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1332298 - Fix and re-enable test_dv_certificate.py, test_ev_certificate.py, test_toolbars.py. r=whimboo
This commit is contained in:
Родитель
aa78ba512f
Коммит
3b3f3c15b8
|
@ -2,11 +2,9 @@
|
|||
tags = remote
|
||||
|
||||
[test_dv_certificate.py]
|
||||
skip-if = true # Bug 1332298
|
||||
[test_enable_privilege.py]
|
||||
tags = local
|
||||
[test_ev_certificate.py]
|
||||
skip-if = true # Bug 1332298
|
||||
[test_mixed_content_page.py]
|
||||
[test_mixed_script_content_blocking.py]
|
||||
[test_no_certificate.py]
|
||||
|
|
|
@ -18,7 +18,6 @@ tags = remote
|
|||
[test_page_info_window.py]
|
||||
[test_tabbar.py]
|
||||
[test_toolbars.py]
|
||||
skip-if = true # Bug 1332298
|
||||
tags = remote
|
||||
[test_update_wizard.py]
|
||||
tags = remote
|
||||
|
|
|
@ -527,7 +527,7 @@ class IdentityPopupMainView(IdentityPopupView):
|
|||
|
||||
:returns: Reference to the identity-popup content host.
|
||||
"""
|
||||
return self.element.find_element(By.CLASS_NAME, 'identity-popup-headline host')
|
||||
return self.element.find_element(By.CLASS_NAME, 'identity-popup-host')
|
||||
|
||||
@property
|
||||
def insecure_connection_label(self):
|
||||
|
@ -588,7 +588,7 @@ class IdentityPopupSecurityView(IdentityPopupView):
|
|||
|
||||
:returns: Reference to the identity-popup content host.
|
||||
"""
|
||||
return self.element.find_element(By.CLASS_NAME, 'identity-popup-headline host')
|
||||
return self.element.find_element(By.CLASS_NAME, 'identity-popup-host')
|
||||
|
||||
@property
|
||||
def insecure_connection_label(self):
|
||||
|
|
Загрузка…
Ссылка в новой задаче