CarbonFitnessTest.Integration.Results.ResultsShowAdvancedTest.shouldHaveWeightOptionIngGraphlineDropdown C# (CSharp) Метод

shouldHaveWeightOptionIngGraphlineDropdown() приватный Метод

private shouldHaveWeightOptionIngGraphlineDropdown ( ) : void
Результат void
        public void shouldHaveWeightOptionIngGraphlineDropdown()
        {
            Assert.That(nutrientDropDown.Option("Vikt (kg)").Exists, "Page did not contain: Weight in nutrients dropdown");
        }