mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 13:31:24 +02:00
Fix SessionManagerTab-test (#9291)
This commit is contained in:
parent
9d83fba5ca
commit
db5716b776
@ -534,8 +534,11 @@ describe('<SessionManagerTab />', () => {
|
||||
) as Element).getAttribute('aria-disabled')).toEqual("true");
|
||||
|
||||
await flushPromisesWithFakeTimers();
|
||||
// modal rendering has some weird sleeps
|
||||
await sleep(100);
|
||||
|
||||
// Modal rendering has some weird sleeps.
|
||||
// Resetting ourselves twice in the main loop gives modal the chance to settle.
|
||||
await sleep(0);
|
||||
await sleep(0);
|
||||
|
||||
expect(mockClient.deleteMultipleDevices).toHaveBeenCalledWith(
|
||||
[alicesMobileDevice.device_id], undefined,
|
||||
|
Loading…
x
Reference in New Issue
Block a user