Exemplo n.º 1
0
        public void OpenAuthForm(string expectedFormTitle)
        {
            headerPage.ClickAuthButton();
            String authTitle = authPage.GetAuthFormTitle();

            Assert.AreEqual(expectedFormTitle, authTitle);
        }