Esempio n. 1
0
        public void ThenVerifyButtonShouldBeDisabled(string buttonName)
        {
            CommonPage commonPage = new CommonPage(Driver, _appSettings);

            commonPage.IsButtonDisabled(buttonName);
        }