Skip to content

Commit cda3c86

Browse files
[Change] Random email functions comment docs change
1 parent 8db69b9 commit cda3c86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Framework/Built_In_Automation/Sequential_Actions/common_functions.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3932,7 +3932,7 @@ def random_email_generator(data_set):
39323932

39333933
"""
39343934
usage: This action allows you to create random email
3935-
dataset : random email generator | common action | email
3935+
dataset : random email generator | common action | var_name
39363936
return : email address in string
39373937
note: email will be the variable name to store
39383938
"""
@@ -3966,7 +3966,8 @@ def random_email_read(data_set):
39663966
usage: This action allows you to read email which are created using our random email generator action
39673967
dataset :
39683968
address | input parameter | address
3969-
random email read | common action | result
3969+
wait | optional parameter| 10
3970+
random email read | common action | var_name
39703971
39713972
return : return a dictionary which has one key(email)-value(list of emails)
39723973
note: address is the random email ,result will be the variable name to store

0 commit comments

Comments
 (0)