public void WhenIEnterTheDetailsForTheNewTM() { tmPage.selectingTimeMaterial(); tmPage.enterInputCode(null); tmPage.enterInputDescription(null); tmPage.inputPriceValue(); Console.WriteLine("I enter the details for the new TM"); }