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
Assert.IsFalse(addAccountRes.IsSuccess,$"Expected account creation to be unsuccessful for {contactRegEmail}");
629
-
Assert.AreEqual(addAccountRes.Message,"To import account details both the existing account URI and account key in PEM format are required. ","Unexpected error message");
628
+
Assert.IsTrue(addAccountRes.IsSuccess,$"Expected account creation to be successful for {contactRegEmail}");
0 commit comments