Bepaalde waarden veranderd naar de standaard, wachtwoord wordt nu als secret behandeld en dus niet meer gelogd in de console.
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user