From 88fe644b2996089ef8b5066a3746817a2d6a2735 Mon Sep 17 00:00:00 2001 From: siepra Date: Fri, 6 Oct 2023 15:41:20 +0200 Subject: [PATCH] Intentionally break the test --- packages/mobile/e2e/starter.test.js | 2 +- .../src/store/init/startConnection/startConnection.saga.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mobile/e2e/starter.test.js b/packages/mobile/e2e/starter.test.js index 1f63dd13b5..9c6e059573 100644 --- a/packages/mobile/e2e/starter.test.js +++ b/packages/mobile/e2e/starter.test.js @@ -104,7 +104,7 @@ describe('User', () => { await press(element(by.id('send_message_button')), true) - await waitFor(element(by.id("We are no strangers to love"))) + await waitFor(element(by.id("We are no strangers to love! You know the rules, and so do I"))) .toBeVisible() .withTimeout(BASIC) diff --git a/packages/mobile/src/store/init/startConnection/startConnection.saga.ts b/packages/mobile/src/store/init/startConnection/startConnection.saga.ts index 19c67080e7..a40b4671e1 100644 --- a/packages/mobile/src/store/init/startConnection/startConnection.saga.ts +++ b/packages/mobile/src/store/init/startConnection/startConnection.saga.ts @@ -35,7 +35,7 @@ function subscribeSocketLifecycle(socket: Socket, dataPort: number) { ReturnType | ReturnType >(emit => { socket.on('connect', async () => { - console.log('web socket connected') + console.log('websocket connected') emit( initActions.setWebsocketConnected({ dataPort,