Skip to content

Commit

Permalink
CU-86a0cm2j7 - Update WalletConnect to use new version of NeonInvoker…
Browse files Browse the repository at this point in the history
… to allow different wallets signing the same transaction
  • Loading branch information
endkeyCoder committed Oct 17, 2023
1 parent bfc1ed8 commit b1b91ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/DappMethods.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ test('Test Sign Transaction on dapp (React)', async ({ context }) => {
await dappPage.page.waitForLoadState('networkidle') // Wait to load request
await dappPage.awaitSeconds(5) // Wait for 5 seconds
await dappPage.page.getByTestId('hello-world__sign-transaction').click() // Click on Sign Transaction button
await acceptPendingRequestToReactWallet(walletPage)
await dappPage.awaitSeconds(2) // Wait for 2 seconds
const response = await getAnyFromInnerHTML(dappPage.page.getByTestId('hello-world__method-response'))
expect(response).toBeDefined() // Verify if the response had a return
Expand Down

0 comments on commit b1b91ff

Please sign in to comment.