diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-01 09:02:37 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-01 09:02:37 +0100 |
commit | 228d252ab14f65f8433c8d53122a7d1e9429c23e (patch) | |
tree | 0a2d13e0d46b5400b9a2d06e72b63e3c71fbc23a /devtools/client/netmonitor/test/browser_net_security-details.js | |
parent | 46ecf68249ec70bbd68b57f92f9d48e5c95636b7 (diff) | |
download | UXP-228d252ab14f65f8433c8d53122a7d1e9429c23e.tar UXP-228d252ab14f65f8433c8d53122a7d1e9429c23e.tar.gz UXP-228d252ab14f65f8433c8d53122a7d1e9429c23e.tar.lz UXP-228d252ab14f65f8433c8d53122a7d1e9429c23e.tar.xz UXP-228d252ab14f65f8433c8d53122a7d1e9429c23e.zip |
DevTools - network - security (improvements)
https://github.com/MoonchildProductions/moebius/pull/113
https://github.com/MoonchildProductions/moebius/pull/118
https://github.com/MoonchildProductions/moebius/pull/127
Diffstat (limited to 'devtools/client/netmonitor/test/browser_net_security-details.js')
-rw-r--r-- | devtools/client/netmonitor/test/browser_net_security-details.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devtools/client/netmonitor/test/browser_net_security-details.js b/devtools/client/netmonitor/test/browser_net_security-details.js index 0a83b3ed9..61f39a414 100644 --- a/devtools/client/netmonitor/test/browser_net_security-details.js +++ b/devtools/client/netmonitor/test/browser_net_security-details.js @@ -66,6 +66,10 @@ add_task(function* () { checkLabel("#security-cert-issuer-o", "Mozilla Testing"); checkLabel("#security-cert-issuer-ou", "<Not Available>"); + // These two values can change. So only check they're not empty. + checkLabelNotEmpty("#security-keagroup-value"); + checkLabelNotEmpty("#security-signaturescheme-value"); + // Locale sensitive and varies between timezones. Cant't compare equality or // the test fails depending on which part of the world the test is executed. checkLabelNotEmpty("#security-cert-validity-begins"); |