コード例 #1
0
ファイル: TestCasesSmart2.cs プロジェクト: S-Bulavka/Smart-2
        public void CheckCurrencyConverter()
        {
            Log.Step();
            var homeTutByForm = new TutByHomePageForm();

            Log.Step();
            homeTutByForm.OpenBestCurrencyCources();

            var exchangeRatesForm = new ExchangeRates();

            Log.Step();
            exchangeRatesForm.TypeInitialAmount(InitialAmount[0]);

            Log.Step();
            exchangeRatesForm.TypeInitialAmount(InitialAmount[1]);

            Log.Info("End of test");
        }