mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
test: add test case for upload image (#1250)
This commit is contained in:
@@ -48,6 +48,7 @@ export const CreateWorkspaceModal = ({
|
||||
<ContentTitle>{t('New Workspace')}</ContentTitle>
|
||||
<p>{t('Workspace description')}</p>
|
||||
<Input
|
||||
data-testid="create-workspace-input"
|
||||
onKeyDown={handleKeyDown}
|
||||
placeholder={t('Set a Workspace name')}
|
||||
maxLength={15}
|
||||
@@ -63,6 +64,7 @@ export const CreateWorkspaceModal = ({
|
||||
}}
|
||||
/>
|
||||
<Button
|
||||
data-testid="create-workspace-button"
|
||||
disabled={!workspaceName}
|
||||
style={{
|
||||
width: '260px',
|
||||
|
||||
Reference in New Issue
Block a user