Skip to content

Commit

Permalink
fix(suite): removing data-test since wrong and not used
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Aug 7, 2024
1 parent 1c6c918 commit 13f0cf2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,12 @@ export const TorSnowflake = () => {
placeholder=""
inputState={error ? 'error' : undefined}
onChange={handleChange}
data-test="@settings/general/tor/snowflake-binary-path"
hasBottomPadding={false}
size="small"
/>
<Button
onClick={handleClick}
isDisabled={isUpdateDisabled}
data-test="@settings/device/label-submit"
size="small"
isFullWidth
>
Expand Down

0 comments on commit 13f0cf2

Please sign in to comment.