Skip to content

Commit

Permalink
enable testnetmode during e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Oct 30, 2023
1 parent 09b2bee commit 8cd812b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions e2e/serial/dappInteractions/2_dappInteractionFlow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ describe('App interactions flow', () => {

await delayTime('long');

await findElementByTestIdAndClick({ driver, id: 'testnet-mode-enable' });

await delayTime('short');

const address = await findElementByText(driver, shortenedAddress);
expect(address).toBeTruthy();
await clickAcceptRequestButton(driver);
Expand Down
Binary file added rainbowbx.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const TestnetModeWatcher = ({
<Box width="full">
<Stack space="8px">
<Button
testId="nudge-sheet-connect"
testId="testnet-mode-enable"
symbol="return.left"
symbolSide="left"
width="full"
Expand Down

0 comments on commit 8cd812b

Please sign in to comment.