Ejemplo n.º 1
0
 public void WhenFillsTheAddressSection(string address, string city, string state, string zip_code, string mobile_phone)
 {
     yourLogoPage = new YourLogoPage(driver);
     yourLogoPage.EnterAddress(address);
     yourLogoPage.EnterCity(city);
     yourLogoPage.SelectState(state);
     yourLogoPage.EnterPostCode(zip_code);
     yourLogoPage.EnterMobileNumber(mobile_phone);
 }