Luciana, can you please verify the addon on the test channel (release-sysaddon)?
Bug 1564974 Comment 9 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Luciana, can you please verify the addon on the test channel (release-sysaddon)? edit: https://wiki.mozilla.org/Firefox/Go_Faster/Releasing_an_add-on_mechanics#Verifying_Balrog may be helpful here
Luciana, can you please verify the addon on the test channel (release-sysaddon)? edit: https://wiki.mozilla.org/Firefox/Go_Faster/Releasing_an_add-on_mechanics#Verifying_Balrog may be helpful here edit2: maybe not, that seems kinda outdated.
Luciana, can you please verify the addon on the test channel (release-sysaddon)? Documenting test steps here, mostly for my own record: 1. Verify the 4.3.3 XPI appears in https://aus5.mozilla.org/update/3/SystemAddons/68.0/20190705220548/Darwin_x86_64-gcc3/en-US/release-sysaddon/Darwin%2018.6.0/default/default/update.xml 2. change the update channel to "release-sysaddon" from the "channel-pref.js" file inside the Firefox directory. 3. Force an add-on update check by running this snippet in the browser console: `Components.utils.import("resource://gre/modules/AddonManager.jsm"); AddonManagerPrivate.backgroundUpdateCheck();` 4. restart the browser. 5. Re-run the tests to verify the addon worked.