Skip to content

Commit 4a41a60

Browse files
committed
fix(journeys): add a pause for call to establish
1 parent 3852bcb commit 4a41a60

File tree

1 file changed

+1
-0
lines changed
  • test/journeys/lib/test-helpers/space-widget

1 file changed

+1
-0
lines changed

test/journeys/lib/test-helpers/space-widget/meet.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export function call(caller, reciever) {
4949
caller.waitForVisible(elements.callButton);
5050
caller.click(elements.callButton);
5151
// wait for call to establish
52+
browser.pause(5000);
5253
reciever.waitForVisible(elements.answerButton);
5354
}
5455

0 commit comments

Comments
 (0)