@@ -216,6 +227,7 @@ function GotoRow({
placeholder="value"
onChange={e => onGotoValueInputChanged(e.target.value)}
value={gotoValue}
+ aria-label="Value Input"
/>
>
@@ -229,6 +241,7 @@ function GotoRow({
onGotoValueInputChanged(event.target.value);
}}
value={gotoValue}
+ aria-label="Value Input"
>