Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Post message on messaging menu if the notification get timeout. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | resolve some test timing issues by deferring Snap object creation until it's ↵ | Charles Kerr | 2021-08-29 | 1 | -10/+8 |
| | | | | needed | ||||
* | in test-notifications we do need one wait() wart after all, because the Snap ↵ | Charles Kerr | 2021-08-29 | 1 | -24/+1 |
| | | | | is building its impl proxies asynchronously and hasn't any public way of notifying when they're built | ||||
* | update notification tests to wait for the needed bus events instead of ↵ | Charles Kerr | 2021-08-29 | 1 | -17/+48 |
| | | | | waiting for arbitrary time intervals | ||||
* | add notification title, icon checks to test-notification's battery of test ↵ | Charles Kerr | 2021-08-29 | 1 | -15/+42 |
| | | | | combinations | ||||
* | Move notifications tests into a new unit test. Extract notifications test ↵ | Charles Kerr | 2021-08-29 | 1 | -0/+164 |
fixture into a reusable header. |