Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 23, 2024
1 parent 4752136 commit bad6ed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function DefaultAuthMethodListItem({
className="flex cursor-pointer gap-3 py-2 text-left"
onClick={onClick}
type={isGroupImmediateSubmit(group) ? "submit" : "button"}
data-testid="ory/ui/groups/auth-methods"
data-testid={`ory/ui/groups/auth-methods/${group}`}
aria-label={`Authenticate with ${group}`}
>
<div className={"mt-[2px] size-4 flex-none"}>
Expand Down

0 comments on commit bad6ed4

Please sign in to comment.