Esempio n. 1
0
        public void ThenIShouldBeRegistersSuccessfullyToBookStore()
        {
            string alertText = UIActions.GetAlertText();

            AssertHelpers.AssertTrue(alertText.Contains("User Resgister Successfully."));
        }