Skip to content

Commit

Permalink
continue with spec
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Oct 18, 2024
1 parent 0c6efb7 commit 547fb94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension/e2e/errorHandling.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ test('handles wallet disconnect gracefully', async ({ page, extensionId }) => {

const extension = await loadExtension(page, extensionId)

extension.getByRole('link', { name: 'Configure routes' }).click()

await page.getByRole('button', { name: 'Disconnect Wallet' }).click()
})
1 change: 1 addition & 0 deletions extension/src/components/RouteBubble/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const RouteBubble: React.FC = () => {
</Box>
<Link to="/routes">
<Box bg className={classes.connectionsContainer}>
<span className="sr-only">Configure routes</span>
<ConnectionsIcon height="100%" width="100%" />
</Box>
</Link>
Expand Down

0 comments on commit 547fb94

Please sign in to comment.