public void WhenIFillTheForm() { Thread.Sleep(1000); TableListPage tableListPage = new TableListPage(this.Driver); tableListPage.FillInvestmentClickDeclareInvestemnt(); tableListPage.FillFormWithTestData(); }
private void WhenIFillTheForm() { tableListPage.FillInvestmentClickDeclareInvestemnt(); tableListPage.FillFormWithTestData(); }