def test_new_input_test(self): self.text_file.new_input(CommonActionsData.get_file_path()) self.check_file_loaded(CommonActionsData.get_file_name())
def test_send_keys(self): self.text_file.send_keys(CommonActionsData.get_file_path()) self.check_file_loaded(CommonActionsData.get_file_name())