Skip to content

Commit

Permalink
chore: remove extra subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Feb 28, 2024
1 parent 9d287be commit 2a2cddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/shared/helpers/notifyServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export class NotifyServer {
body: request
})

console.log({fetchResultsStatus: fetchResults.status, fetchResults: await fetchResults.text()})

expect(fetchResults.status).toEqual(200)
}
}
1 change: 0 additions & 1 deletion tests/subscribe.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ test('it should subscribe, receive messages and unsubscribe', async ({
await walletValidator.expectReceivedSign({})
await walletPage.handleRequest({ accept: true })
await inboxPage.rejectNotifications()
await inboxPage.subscribe(0)

await settingsPage.goToNotificationSettings()
await settingsPage.displayCustomDapp(CUSTOM_TEST_DAPP.appDomain)
Expand Down

0 comments on commit 2a2cddb

Please sign in to comment.