diff --git a/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap b/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap
index c40aa5a704..44801f1196 100644
--- a/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap
+++ b/__tests__/shared/components/TopcoderHeader/__snapshots__/Auth.jsx.snap
@@ -7,6 +7,7 @@ exports[`Snapshot match 1`] = `
Join
@@ -14,6 +15,7 @@ exports[`Snapshot match 1`] = `
className="tc-btn-sm tc-btn-default"
href="http://accounts.topcoder-dev.com/member?utm_source=community-app-main"
onClick={[Function]}
+ role="button"
>
Log In
@@ -27,6 +29,7 @@ exports[`Snapshot match 2`] = `
Join
@@ -34,6 +37,7 @@ exports[`Snapshot match 2`] = `
className="tc-btn-sm tc-btn-default"
href="http://accounts.topcoder-dev.com/member?utm_source=community-app-main"
onClick={[Function]}
+ role="button"
>
Log In
diff --git a/src/shared/components/TopcoderHeader/Auth/index.jsx b/src/shared/components/TopcoderHeader/Auth/index.jsx
index 099501c9ae..dc2811b520 100644
--- a/src/shared/components/TopcoderHeader/Auth/index.jsx
+++ b/src/shared/components/TopcoderHeader/Auth/index.jsx
@@ -19,6 +19,7 @@ export default function Auth({ column }) {
Join
@@ -30,6 +31,7 @@ Join
window.location = `${config.URL.AUTH}/member?retUrl=${retUrl}&utm_source=community-app-main`;
event.preventDefault();
}}
+ role="button"
>
Log In