public void TestWithOutOgrn(AccountData account) { app.ActionOnReg.GoToStartReg(account); app.ActionOnReg.RegWithOutOgrn(account); Assert.IsTrue(app.Auth.IsLoginIn(), "Logged in"); }
public void GoToStartReg(AccountData account) //перешел на начало регистрации { pages.Login.Notyetreg.Click(); }
public void TestRegNotMyComp(AccountData account) { app.ActionOnReg.GoToStartReg(account); app.ActionOnReg.RegItsNotMyCompany(account); Assert.IsTrue(app.ActionOnReg.CallToUsLink(), "Свяжитесь с нами"); }
public void LoginTestWithInvalidCredentials(AccountData account) { app.Auth.LoginWithoutSms(account); Assert.IsTrue(app.Auth.IsNotLoginAlert(), "Not logged in"); //проверка по появившейся валидахе }