Open ben-c-at-moz opened 1 month ago
Given the logic in the notifications base and addons files, update https://github.com/mozilla/FoxPuppet/blob/main/foxpuppet/windows/browser/notifications/addons.py so that unfinished methods are completed.
Add tests as needed, and make sure they pass (and that all others do too), using make test and in CI.
make test
I am looking into this issue
Given the logic in the notifications base and addons files, update https://github.com/mozilla/FoxPuppet/blob/main/foxpuppet/windows/browser/notifications/addons.py so that unfinished methods are completed.
Add tests as needed, and make sure they pass (and that all others do too), using
make test
and in CI.