コード例 #1
0
        private void ActionSelectNumberOfLines()
        {
            SelectNumberOfEntries.SelectDropdown("50");
            SelectNumberOfEntries.SelectDropdown("10");
            if (!ShowingEntries.Text.Contains("10"))
            {
                throw new Exception("Select Number Of Lines to Show [50 to 10] on table did not work");
            }

            Console.WriteLine("Verified the dropdown to change number of lines visible on table from 50 to 10 on " + _comsummingPageName);
        }
コード例 #2
0
        private void MerchandiseColorSelectNumberOfEntries()
        {
            SelectNumberOfEntries.SelectDropdown("50");
            SelectNumberOfEntries.SelectDropdown("10");
            if (!ShowingEntries.Text.Contains("10"))
            {
                throw new Exception("Failure to Verify that the item count changes and corresponds to label show on bottom of page.");
            }

            Console.WriteLine("Verified that the item count changes and corresponds to label shown on bottom of page.");
        }