AccountManagement.Specs.Features.AccountDataManagementFeature.UpdatePersonalDataSuccessfully_ C# (CSharp) Method

UpdatePersonalDataSuccessfully_() private method

private UpdatePersonalDataSuccessfully_ ( ) : void
return void
        public virtual void UpdatePersonalDataSuccessfully_()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Update personal data successfully.", ((string[])(null)));
#line 18
this.ScenarioSetup(scenarioInfo);
#line 3
this.FeatureBackground();
#line 19
 testRunner.When("I press on \"Edit\" button.", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "When ");
#line hidden
            TechTalk.SpecFlow.Table table3 = new TechTalk.SpecFlow.Table(new string[] {
                        "name",
                        "mobile",
                        "gender"});
            table3.AddRow(new string[] {
                        "Tala",
                        "00972598",
                        "Female"});
#line 20
 testRunner.Then("I should see the following data editable:", ((string)(null)), table3, "Then ");
#line hidden
            TechTalk.SpecFlow.Table table4 = new TechTalk.SpecFlow.Table(new string[] {
                        "name",
                        "mobile",
                        "gender"});
            table4.AddRow(new string[] {
                        "Talal gamal",
                        "000000",
                        "Male"});
#line 23
 testRunner.When("I update the following data:", ((string)(null)), table4, "When ");
#line 26
 testRunner.Then("I should see \"successful\" message.", ((string)(null)), ((TechTalk.SpecFlow.Table)(null)), "Then ");
#line hidden
            TechTalk.SpecFlow.Table table5 = new TechTalk.SpecFlow.Table(new string[] {
                        "name",
                        "mobile",
                        "gender"});
            table5.AddRow(new string[] {
                        "Talal gamal",
                        "000000",
                        "Male"});
#line 27
 testRunner.And("I should see the updated data:", ((string)(null)), table5, "And ");
#line hidden
            this.ScenarioCleanup();
        }
    }