mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Resolve flakiness in calling mock test
This commit is contained in:
@@ -223,7 +223,9 @@ describe('callMessages', function callMessages(this: Mocha.Suite) {
|
||||
|
||||
// Wait for audio levels indicator to be visible.
|
||||
await expect(
|
||||
window2.locator('.CallingAudioIndicator--with-content')
|
||||
window2.locator(
|
||||
'.module-ongoing-call__direct-call-speaking-indicator > .CallingAudioIndicator--with-content'
|
||||
)
|
||||
).toBeVisible({ timeout: 15000 });
|
||||
} finally {
|
||||
await bootstrap2.screenshotWindow(window2, 'callee');
|
||||
|
||||
Reference in New Issue
Block a user