public void TC01_07_CreateNewSaveWithChkBox() { customersPage.clickOnCreateNewBtn(); customersPage.inputContactDetails(); customersPage.selectCheckBox(); customersPage.clickSaveBtn(); //need to add assertion - not getting any message that the record has saved }