示例#1
0
 public void Setup()
 {
     Initialize();
     Instance.Navigate().GoToUrl(BaseAddress);
     YourSupplierPage = new YourSupplierPage(Instance);
     YourEnergyPage   = new YourEnergyPage(Instance);
     YourDetailsPage  = new YourDetailsPage(Instance);
     YourResultsPage  = new YourResultsPage(Instance);
 }
 public void ThenYourResultsPageIsDisplayed()
 {
     Assert.That(YourResultsPage.IsResultsPageLoaded(), Is.True);
 }