upgrade playwright dependencies, screenshots and tests (#29466)

Этот коммит содержится в:
Saturnino Abril
2024-12-04 19:52:18 +08:00
коммит произвёл GitHub
родитель 43d589be79
Коммит 90c0235c4b
37 изменённых файлов: 1333 добавлений и 1260 удалений

Просмотреть файл

@@ -225,6 +225,7 @@ const SearchBox = forwardRef(
role='searchbox'
>
<CloseIcon
data-testid='searchBoxClose'
className='btn btn-icon btn-m'
onClick={closeHandler}
>

Просмотреть файл

@@ -400,6 +400,7 @@ export type ServiceSettings = {
EnableAPIPostDeletion: boolean;
EnableDesktopLandingPage: boolean;
MaximumURLLength: number;
ScheduledPosts: boolean;
};
export type TeamSettings = {