-
Notifications
You must be signed in to change notification settings - Fork 18
e2e Testing
Braulio Diez edited this page Sep 24, 2024
·
1 revision
If I drag an input component and double-click to change the placeholder text, type "user," and press Enter, the input component should display "user" as the placeholder text.
### Delete key editing inline shape
If I drag an input component and double-click to change the placeholder text, type "user," press the delete key to remove the last letter, leaving "use," and then press Enter, the input component should display "use" as the placeholder text.
full and hit on save