Browse Source

Add testid

Shun Miyazawa 1 year ago
parent
commit
ceec4d75d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/DescendantsPageListModal.tsx

+ 1 - 1
apps/app/src/components/DescendantsPageListModal.tsx

@@ -55,7 +55,7 @@ export const DescendantsPageListModal = (): JSX.Element => {
         isLinkEnabled: () => !isSharedUser,
         isLinkEnabled: () => !isSharedUser,
       },
       },
       timeline: {
       timeline: {
-        Icon: () => <span className="material-symbols-outlined">timeline</span>,
+        Icon: () => <span data-testid="timeline-tab-button" className="material-symbols-outlined">timeline</span>,
         Content: () => {
         Content: () => {
           if (status == null || !status.isOpened) {
           if (status == null || !status.isOpened) {
             return <></>;
             return <></>;