I’m doing one POC and it’s a requirement to get the error pop up message if email does not contain ‘@’ symbol.
I have tried it with every possible selector, but I was not able to get the error text.
I get it. I have tried a few methods as well and they did not seem to work.
However, business-wise, it would be better to check the email using REGEX before heading to log in and if it does not contain the “@” symbol, you can still display a message or take a certain course of actions.