Ejemplo n.º 1
0
        public void ActorInfoClick()
        {
            driver.Navigate().GoToUrl(baseUrl + actors.getUrl());

            movies.getMoreInfoBTN();

            Assert.True(driver.Url == baseUrl + "/Actor/Details/");
        }
Ejemplo n.º 2
0
 public void ActorspageLoaded()
 {
     driver.Navigate().GoToUrl(baseUrl + actors.getUrl());
     Assert.True(actors.getTitle() == "Actors - Review");
 }