Open
Description
Autotest implementation for:
https://app.qase.io/case/KAFKAUI-272
Description: This case is checking the number fields of Create new Topic form to make sure that only integers are allowed
Steps:
- Login to kafka-ui
- Navigate to Topics
- Press Add a Topic
- Fill non integer numbers within "Number of partitions *", "Min In Sync Replicas", "Replication Factor", "Time to retain data (in ms)","Maximum message size in bytes".
- Press "Create topic"
Expected results:
- "5,6"
- "Please enter a valid value.The two nearest valid values are 5 and 6" message should be shown