Skip to content

Commit

Permalink
Intentionally break the test
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 6, 2023
1 parent cc55ab2 commit 88fe644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/e2e/starter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function subscribeSocketLifecycle(socket: Socket, dataPort: number) {
ReturnType<typeof initActions.setWebsocketConnected> | ReturnType<typeof initActions.suspendWebsocketConnection>
>(emit => {
socket.on('connect', async () => {
console.log('web socket connected')
console.log('websocket connected')
emit(
initActions.setWebsocketConnected({
dataPort,
Expand Down

0 comments on commit 88fe644

Please sign in to comment.