diff --git a/Resources/Open_Browser.resource b/Resources/Open_Browser.resource index a7f7115..3bf23b2 100644 --- a/Resources/Open_Browser.resource +++ b/Resources/Open_Browser.resource @@ -12,7 +12,8 @@ Open Browser And Set Context New Page https://test-paypoint.melvanveen.nl/#/login Enter Login Details + [Documentation] Vult de velden in het login scherm in en klikt op de inloggen knop [Arguments] ${username} ${password} Type Text id=username ${username} - Type Text id=password ${password} + Type Secret id=password $password Click id=inloggen \ No newline at end of file diff --git a/Resources/Tab_Klant.resource b/Resources/Tab_Klant.resource index d57e96d..0f3ba14 100644 --- a/Resources/Tab_Klant.resource +++ b/Resources/Tab_Klant.resource @@ -12,10 +12,10 @@ Open Klant Tab Klant Toevoegen [Documentation] Voegt een nieuwe klant toe met behulp van random data - ${VOORNAAM}= FakerLibrary.Name Nonbinary - ${ACHTERNAAM}= FakerLibrary.Last Name + ${voornaam}= FakerLibrary.First Name Nonbinary + ${achternaam}= FakerLibrary.Last Name Click id=klantToevoegen - Type Text id=input-voornaam ${VOORNAAM} - Type Text id=input-achternaam ${ACHTERNAAM} + Type Text id=input-voornaam ${voornaam} + Type Text id=input-achternaam ${achternaam} Type Text id=input-email ${EMAIL} Click id=opslaanKlant \ No newline at end of file