public void get_data_with_selected_option_with_both_value_and_text()
        {
            var          select1 = Driver.FindElement(_select1ById);
            const string result  = "b=2";

            _handler.GetData(null, select1).ShouldBe(result);
        }
Exemple #2
0
 public void get_data_with_selected_option_with_both_value_and_text()
 {
     theHandler.GetData(null, select1).ShouldEqual("b=2");
 }