Make percy snapshots for user onboarding more reliable (#9132)
* Make percy snapshots for user onboarding more reliable * Increase stability of lazy loading test Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4a14882938
commit
cb15222594
4 changed files with 27 additions and 9 deletions
|
@ -43,7 +43,11 @@ export const AppDownloadDialog: FC<IDialogProps> = ({ onFinished }: IDialogProps
|
|||
const urlFDroid = mobileBuilds?.get("fdroid") ?? fallbackFDroid;
|
||||
|
||||
return (
|
||||
<BaseDialog title={_t("Download %(brand)s", { brand })} className="mx_AppDownloadDialog" onFinished={onFinished}>
|
||||
<BaseDialog
|
||||
title={_t("Download %(brand)s", { brand })}
|
||||
className="mx_AppDownloadDialog"
|
||||
fixedWidth
|
||||
onFinished={onFinished}>
|
||||
{ desktopBuilds?.get("available") && (
|
||||
<div className="mx_AppDownloadDialog_desktop">
|
||||
<Heading size="h3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue