Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
Apache DLab release 2.2
Description
Preconditions:
- Admin is logged in DLab
- Admin is located in 'Create Endpoint' popup on 'Environment management' page
Steps to reproduce:
- Go to 'endpoint list' tab
Actual result:
- 'Cancel' button is cut on 'Create Endpoint' popup (view 'Cancel is cut.png' in attachments)
Expected result:
- 'Cancel' button is NOT cut 'Create Endpoint' popup
_________________________________________________________________________
Preconditions:
- Admin is logged in DLab
- Admin is located in 'Create Endpoint' popup on 'Environment management' page
- At least one endpoint is created wit too long values
Steps to reproduce:
- Go to 'endpoint list' tab
Actual result:
- Endpoint values (name/url/account) are not cut (view 'Endpoint Cut Values.png', 'Endpoint Cut Values2.png' in attachments)
Expected result:
- Endpoint values (name/url/account) are cut
_________________________________________________________________________
Preconditions:
- Admin is logged in DLab
- Admin is located in 'Create Endpoint' popup on 'Environment management' page
- At least one endpoint is created wit too long values
Steps to reproduce:
- Go to 'endpoint list' tab
- Click terminate icon for endpoint with too long name
Actual result:
- Endpoint name is not cut on confirmation dialog (view 'Too long name on confirmation dialog.png' in attachments)
Expected result:
- Endpoint name should be cut on confirmation dialog
___________________________________________________________________
Preconditions:
- Admin is logged in DLab
- Admin is located in 'Create Endpoint' popup on 'Environment management' page
Steps to reproduce:
- Put 'test-' in name text box
- Put 'url_' in url text box
- Put '111-' in account text box
Actual result:
- 'Create' button is enabled (view 'Endpoint validation.png' in attachment)
- User can create endpoint with such values (view 'Too long name on confirmation dialog.png' in attachments)
Expected result:
- 'Create' button is disabled
- User cannot create endpoint with such values
- Error message appears:
3.1 'Endpoint name can only contain letters, numbers, hyphens and '_' but can not end with special characters' for name text box
3.2. 'Endpoint url can only contain letters, numbers, hyphens and '_' but can not end with special characters' url text box
3.3. 'Endpoint account can only contain letters, numbers, hyphens and '_' but can not end with special characters' account text box