Exemple #1
0
        public void ThenISeeTheLowestPriceOutput()
        {
            //There are so many possible things to assert on this page it was hard to know
            //what to go with and what the business rules were, so kept it as simple as possible
            var resultsPageUrl = _resultsPage.GetCurrentUrl();

            Assert.AreEqual(resultsPageUrl, "https://energy.comparethemarket.com/energy/v2/yourResults?AFFCLIE=TSTT");
        }