Skip to content

Commit

Permalink
Updated the test to show both active and inactive guilds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocielliottc committed Nov 4, 2024
1 parent 610805b commit 22b62de
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const guilds = [
name: 'testname',
lead: true
}
]
],
active: true,
}
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ exports[`renders correctly 1`] = `
<div
class="MuiCardContent-root css-46bh2p-MuiCardContent-root"
>
<p
class="MuiTypography-root MuiTypography-body1 css-19pemnp-MuiTypography-root"
>
Inactive
</p>
<strong>
Guild Leads:
</strong>
Expand Down Expand Up @@ -94,6 +99,11 @@ exports[`renders correctly for ADMIN 1`] = `
<div
class="MuiCardContent-root css-46bh2p-MuiCardContent-root"
>
<p
class="MuiTypography-root MuiTypography-body1 css-19pemnp-MuiTypography-root"
>
Inactive
</p>
<strong>
Guild Leads:
</strong>
Expand Down

0 comments on commit 22b62de

Please sign in to comment.