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
I came across this while writing some E2E tests. It's difficult to target the buttons in the current implementation of MdDialogConfirm, as they are both rendered the same.
I think it would be nice to see some classes added to the buttons, eg, md-dialog-confirm-button and md-dialog-cancel-button to make CSS & testing targeting easier.
If others agree, I'm more than willing to make a PR.