public void TestMethod1() { signUp su = new signUp(); su.loadPage(); su.fill_1stStage(); su.fill_2ndStage(); su.fill_3rdStage(); su.fill_4thStage(); //Assert. }
public void payoneerSignUp() { signUp su = new signUp(); su.loadPage(); su.fill_1stStage(); su.fill_2ndStage(); su.fill_3rdStage(); su.fill_4thStage(); //wait in order to view the end on the registration process //no actual need for the wait //can be removed once the assert is fixed System.Threading.Thread.Sleep(30000); Assert.Fail(); }