Input same pin again n again in the text box. [121212 is printing 2 times.]
TC1 Check the user is able to enter the pin code field.
input text xpath://*[@id="pincodeInputId"] 121212
click element xpath://span[@class="_2P_LDn"]
sleep 3s
clear element text xpath://*[@id="pincodeInputId"]
sleep 3s
TC2 Check if the user is allowed to enter more than six numbers in the pin code field.
input text xpath://*[@id="pincodeInputId"] 1234567
click element xpath://span[@class="_2P_LDn"]
sleep 3s
clear element text xpath://*[@id="pincodeInputId"]
sleep 3s