コード例 #1
0
        public void AllErrorMessagesAreShown_When_RegisterButtonIsClicked_With_NoDataEntered()
        {
            _registrationFormPage.RegisterButton.Click();

            _registrationFormPage.AssertAllErrorsShown(_registrationFormPage.ErrorMessageCount);
        }