Exemplo n.º 1
0
        public void RozetkaSmartphonesSorting()
        {
            var steps = new RozetkaSteps(SeleniumDriver.GetDriver());

            steps.OpenForSmartphones();
            steps.SelectFilteringOption("Производитель", "Apple");
            steps.SelectFilteringOption("Производитель", "Samsung");
            steps.SortingByPriceDesc();
            steps.VerifySorting();
        }