Exemple #1
0
        public void CreateCommaDelimitedStringFromWebElementsTest()
        {
            string expectedText = "Motherboard, Power Supply, Hard Drive, Monitor, Mouse, Keyboard";

            NavigateToUrl();
            Assert.AreEqual(expectedText, WebDriver.CreateCommaDelimitedString(computerPartsListOptions), "Expected string does not match actual");
        }