You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggest we try to get a PR in with a bunch of ids added to elements we want to easily get to. The templates in Umbraco Core were never written with testing in mind just "to get the job done" so adding some hooks in that we can latch onto would be super handy. Should be a quick win.
Only issue I can see is that we might get some name clashes if not careful. Might be worth name spacing the ids as a result, something like "login_forgottenEmailLink". Or something like that.
Elements I'm struggling with so far include the error messages (there are three of them), forgotten password form and link that shows it.
The text was updated successfully, but these errors were encountered:
PeteDuncanson
changed the title
Login: Finding error messages is a complete pain, some ids would go a long way.
Login: Identify which ID's to add in Umbraco Core to ease finding some elements
Jun 26, 2018
Suggest we try to get a PR in with a bunch of ids added to elements we want to easily get to. The templates in Umbraco Core were never written with testing in mind just "to get the job done" so adding some hooks in that we can latch onto would be super handy. Should be a quick win.
Only issue I can see is that we might get some name clashes if not careful. Might be worth name spacing the ids as a result, something like "login_forgottenEmailLink". Or something like that.
Elements I'm struggling with so far include the error messages (there are three of them), forgotten password form and link that shows it.
The text was updated successfully, but these errors were encountered: