File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
frontend/src/__tests__/components/molecules/__snapshots__ Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ exports[`AuthLink renders Sign in link when authStatus is configuring 1`] = `
88 >
99 <a
1010 class = " auth-link__link"
11+ data-testid = " auth-link__link"
1112 href = " /auth?redirect=%2Ftemplates%2Fcreate-and-submit-templates"
1213 id = " sign-in-link"
1314 >
@@ -25,6 +26,7 @@ exports[`AuthLink renders Sign in link when authStatus is unauthenticated 1`] =
2526 >
2627 <a
2728 class = " auth-link__link"
29+ data-testid = " auth-link__link"
2830 href = " /auth?redirect=%2Ftemplates%2Fcreate-and-submit-templates"
2931 id = " sign-in-link"
3032 >
@@ -42,6 +44,7 @@ exports[`AuthLink renders Sign out link when authStatus is authenticated 1`] = `
4244 >
4345 <a
4446 class = " auth-link__link"
47+ data-testid = " auth-link__link"
4548 href = " /auth/signout"
4649 id = " sign-out-link"
4750 >
You can’t perform that action at this time.
0 commit comments