mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-03 05:09:43 -05:00
test: add cypress foundation (#2903) [skip ci]
This commit is contained in:
@@ -557,7 +557,7 @@ const UserList: React.FC = () => {
|
||||
</thead>
|
||||
<Table.TBody>
|
||||
{data?.results.map((user) => (
|
||||
<tr key={`user-list-${user.id}`}>
|
||||
<tr key={`user-list-${user.id}`} data-testid="user-list-row">
|
||||
<Table.TD>
|
||||
{isUserPermsEditable(user.id) && (
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user