Exemplo n.º 1
0
        public void VerifyPageOnClickingApplyNow()
        {
            var homepage = new HomePage(ChromeDriverFixture.Driver);

            homepage.NavigateTo();
            ApplicationPage applicationPage = homepage.clickApplyNowButton();

            applicationPage.EnsurePageLoads();
        }
Exemplo n.º 2
0
        public void VerifyPageWithPreBuiltFunctions()
        {
            var homepage = new HomePage(ChromeDriverFixture.Driver);

            homepage.NavigateTo();
            ApplicationPage applicationPage = homepage.clickApplyLowRateButton();

            applicationPage.EnsurePageLoads();
        }