Fix: Cypress tests for dev (updates to match UI changes)

This commit is contained in:
jamie-mac
2022-01-25 23:57:36 +00:00
parent 07fe3c1906
commit 1b1206c95d
5 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ function BitNodePortal(props: IPortalProps): React.ReactElement {
</Typography>
}
>
<span onClick={() => setPortalOpen(true)} className={cssClass}>
<span onClick={() => setPortalOpen(true)} className={cssClass} aria-label={`enter-bitnode-${bitNode.number.toString()}`}>
<b>O</b>
</span>
</Tooltip>