Exemple #1
0
        public void WhenIFillTheForm()
        {
            Thread.Sleep(1000);
            TableListPage tableListPage = new TableListPage(this.Driver);

            tableListPage.FillInvestmentClickDeclareInvestemnt();
            tableListPage.FillFormWithTestData();
        }