nieuwe API test voor het maken van een afspraak
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
*** Settings ***
|
||||
Library Browser
|
||||
Resource ${CRED}
|
||||
|
||||
*** Variables ***
|
||||
${CRED} C:\\Users\\thoma\\Documents\\Paypoint\\variables.robot
|
||||
|
||||
15
Resources/Tab_Agenda.resource
Normal file
15
Resources/Tab_Agenda.resource
Normal file
@@ -0,0 +1,15 @@
|
||||
*** Settings ***
|
||||
Library Browser
|
||||
Library FakerLibrary locale=nl_NL
|
||||
|
||||
*** Keywords ***
|
||||
Open Agenda Tab
|
||||
[Documentation] Opent het Tabblad Agenda
|
||||
Click id=agenda
|
||||
|
||||
Afspraak Maken
|
||||
[Documentation] Maakt een nieuwe afspraak aan
|
||||
[Arguments] ${titel}
|
||||
Click id=afspraakMaken
|
||||
Type Text id=titel ${titel}
|
||||
|
||||
Reference in New Issue
Block a user