Пример #1
0
        public void TC_VerifyEstream()
        {
            journeyEnabled = cmn.GetConfig("JourneyEnabled").ElementAt(0)[1].ToLower();
            if (journeyEnabled.Equals("false"))
            {
                Assert.Ignore("Journeys not available for the client");
            }
            Page_Dashboard dashbrd = new Page_Dashboard();

            Assert.IsTrue(dashbrd.EstreamDisplayed(), "Recommendation section missing");
        }
Пример #2
0
        public void TC_VerifyEstream()
        {
            if (journeyEnabled.Equals("false"))
            {
                Assert.Ignore("Journeys not available for the client");
            }
            //Page_Login plogin = new Page_Login();
            //plogin.Login();

            //Page_HAPrompt haprompt = new Page_HAPrompt();
            //haprompt.GoToDashboard();

            Page_Dashboard dashbrd = new Page_Dashboard();

            Assert.IsTrue(dashbrd.EstreamDisplayed(), "Explore section missing");
        }