testsigmahq / testsigma

A powerful open source test automation platform for Web Apps, Mobile Apps, and APIs. Build stable and reliable end-to-end tests @ DevOps speed.
https://testsigma.com
Apache License 2.0
914 stars 192 forks source link

[TOS-971] fix: changing placeholder in random data generator #281

Closed akash-nixon closed 1 year ago

akash-nixon commented 1 year ago

Jira Ticket: https://testsigma.atlassian.net/browse/TOS-971 Confusing Placeholder text for domain input under email address generator function

the placeholder is changed to domain.com as per customer's wishes.

the if condition is placed so that the string is not split with the dot delimiter done for other strings like "Java.lang.String" or "Java.lang.List". image