mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
test: add cypress foundation (#2903) [skip ci]
This commit is contained in:
@@ -78,7 +78,10 @@ const TitleCard: React.FC<TitleCardProps> = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<div className={canExpand ? 'w-full' : 'w-36 sm:w-36 md:w-44'}>
|
||||
<div
|
||||
className={canExpand ? 'w-full' : 'w-36 sm:w-36 md:w-44'}
|
||||
data-testid="title-card"
|
||||
>
|
||||
<RequestModal
|
||||
tmdbId={id}
|
||||
show={showRequestModal}
|
||||
@@ -212,6 +215,7 @@ const TitleCard: React.FC<TitleCardProps> = ({
|
||||
WebkitBoxOrient: 'vertical',
|
||||
wordBreak: 'break-word',
|
||||
}}
|
||||
data-testid="title-card-title"
|
||||
>
|
||||
{title}
|
||||
</h1>
|
||||
|
Reference in New Issue
Block a user