fix(frontend): fix e2e
This commit is contained in:
		
							parent
							
								
									5c54e12099
								
							
						
					
					
						commit
						aa28ddf762
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -12,11 +12,11 @@
 | 
			
		|||
		</div>
 | 
			
		||||
	</FormSlot>
 | 
			
		||||
 | 
			
		||||
	<MkInput v-model="name" :max="30" manual-save>
 | 
			
		||||
	<MkInput v-model="name" :max="30" manual-save data-cy-user-setup-user-name>
 | 
			
		||||
		<template #label>{{ i18n.ts._profile.name }}</template>
 | 
			
		||||
	</MkInput>
 | 
			
		||||
 | 
			
		||||
	<MkTextarea v-model="description" :max="500" tall manual-save>
 | 
			
		||||
	<MkTextarea v-model="description" :max="500" tall manual-save data-cy-user-setup-user-description>
 | 
			
		||||
		<template #label>{{ i18n.ts._profile.description }}</template>
 | 
			
		||||
	</MkTextarea>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue