Device manager - silence call ringers when local notifications are silenced (#9420)
* silence call ringers when local notifications are silenced * more coverage for silencing * explain disabled silence button * lint * increase wait for modal Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
1d1860842e
commit
2d9f828810
8 changed files with 280 additions and 8 deletions
|
@ -197,7 +197,7 @@ describe('<DevicesPanel />', () => {
|
|||
|
||||
await flushPromises();
|
||||
// modal rendering has some weird sleeps
|
||||
await sleep(10);
|
||||
await sleep(20);
|
||||
|
||||
// close the modal without submission
|
||||
act(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue