diff --git a/ts/components/leftpane/overlay/OverlayCommunity.tsx b/ts/components/leftpane/overlay/OverlayCommunity.tsx
index 3180d2bfd..ec612058a 100644
--- a/ts/components/leftpane/overlay/OverlayCommunity.tsx
+++ b/ts/components/leftpane/overlay/OverlayCommunity.tsx
@@ -112,9 +112,15 @@ export const OverlayCommunity = () => {
centerText={true}
monospaced={true}
isTextArea={true}
+ inputDataTestId="join-community-conversation"
/>
-
+
{!loading ? : null}
diff --git a/ts/react.d.ts b/ts/react.d.ts
index 0e3fc2dc4..4ec2ceb4f 100644
--- a/ts/react.d.ts
+++ b/ts/react.d.ts
@@ -179,6 +179,8 @@ declare module 'react' {
// to sort
| 'restore-using-recovery'
| 'link-device'
+ | 'join-community-conversation'
+ | 'join-community-button'
| 'select-contact'
| 'contact' // this is way too generic
| 'contact-status'