Details
-
Technical Testing
-
Status: Closed
-
Critical
-
Resolution: Completed
-
None
-
None
-
None
Description
Test Description:
Verify that after resizing, the labels, text fields, help text, properties, etc. remain the same
Test Steps:
- Create a form and title it "Form 1”
- Add a Text field to the form
- Edit the Label of the Text field to "Text Edited"
- Assert the Label of the Text field is "Text Edited"
- Change the Help Text of the Text Field to "Text Tip"
- Assert the Help Text of the Text field is "Text Tip"
- Change the Placeholder Text of the Text Field to "Placeholder Text Test"
- Assert the Placeholder Text of the Text field is "Placeholder Text Test"
- Change the Text field to a different width size
- Ex. "col-md-6"
- Assert the Text Field width size is different
- Ex. "col-md-6"
- Save the form
- Assert the Label of the Text field is "Text Edited"
- Assert the Help Text of the Text field is "Text Tip"
- Assert the Placeholder Text of the Text field is "Placeholder Text Test"