Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leo demo testscript changes w broken json here #123

Closed
wants to merge 12 commits into from
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{ I broke this test script :-))) for fun demo,
"name": "Claim - NEFBA P2 - Test Script",
"testSteps" : [
{ "action" : "open-new-tab", "url": "https://af-pods-dev.powerappsportals.com/my-claims" }
Expand Down
70 changes: 70 additions & 0 deletions testing/test-scripts/dev/claim/leo-demo-testscript.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "Leo Demo Claim - NEFBA P2 - Test Script",
"testSteps": [
{
"action": "open-new-tab",
"url": "https://af-pods-dev.powerappsportals.com/my-claims"
},
{
"action": "find-list-item",
"techNotes": "labels the fields element below indicate the headers of the list/table",
"fields": [
{
"label": "Program",
"value": "New Entrant Farm Business Accelerator Phase 2",
"visible": true
},
{
"label": "Claim Status",
"value": "Draft",
"visible": true
},
{
"label": "Actions",
"type": "action menu",
"value": "Edit / Submit Claim",
"action": "Click the link"
}
],
"description": "My Claims list should display a DRAFT NEFBA P2 Claim with a link to EDIT it."
},
{
"action": "Expect",
"field": {
"label": "I / We confirm the above information is correct",
"visible": true,
"required": true
}
},
{
"action": "Expect",
"field": {
"label": "Please provide further detail",
"visible": false
}
},
{
"action": "Select",
"field": {
"label": "I / We confirm the above information is correct",
"value": "No"
}
},
{
"action": "Expect",
"field": {
"label": "Please provide further detail",
"visible": true,
"required": true
}
},
{
"action": "Select",
"field": {
"label": "I / We confirm the above information is correct",
"value": "Yes"
}
}
, { "action" : "Click on the Next button.", "description" : "Go to the Project Results step by clicking Next button." }
]
}
Loading