Update app routes test
This commit is contained in:
@@ -11,7 +11,7 @@ exports[`File Upload Form Should render 1`] = `
|
||||
<h1
|
||||
class="MuiTypography-root MuiTypography-h5"
|
||||
>
|
||||
Upload File
|
||||
Upload file
|
||||
</h1>
|
||||
<form
|
||||
class="makeStyles-form-3"
|
||||
|
||||
@@ -13,7 +13,7 @@ export default function FileUploadForm() {
|
||||
<CssBaseline />
|
||||
<div className={classes.paper}>
|
||||
<Typography component="h1" variant="h5">
|
||||
Upload File
|
||||
Upload file
|
||||
</Typography>
|
||||
<form className={classes.form} noValidate>
|
||||
<DropzoneAreaBase />
|
||||
|
||||
Reference in New Issue
Block a user