Example #1
0
 def test_new_input_test(self):
     self.text_file.new_input(CommonActionsData.get_file_path())
     self.check_file_loaded(CommonActionsData.get_file_name())
Example #2
0
 def test_send_keys(self):
     self.text_file.send_keys(CommonActionsData.get_file_path())
     self.check_file_loaded(CommonActionsData.get_file_name())