Ejemplo n.º 1
0
        public void Login_SwitchesPage_IFInputIsValid()
        {
            Steps.LogInSteps(Driver, Wait);

            Assert.AreEqual("MY ACCOUNT", Driver.FindElement(By.ClassName("page-heading")).Text);
        }