moved NDR_PP1 tests to pilot dir and default configs back to what they were w/ burnettk

This commit is contained in:
jasquat 2023-04-06 11:42:24 -04:00
parent 0e14f3e568
commit 649d454bc0
7 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,5 @@
{
"project_id": "18606",
"SPIFFWORKFLOW_FRONTEND_USERNAME": "core-a1.contributor",
"SPIFFWORKFLOW_FRONTEND_PASSWORD": "core-a1.contributor",
"requestor_username": "core-a1.contributor",
"requestor_password": "core-a1.contributor",
"budgetowner_username": "fluffy.project-lead",
@ -15,6 +13,5 @@
"infrasme_username": "infra-a1.sme",
"infrasme_password": "infra-a1.sme",
"legalsme_username": "legal-a1.sme",
"legalsme_password": "legal-a1.sme",
"SPIFFWORKFLOW_FRONTEND_AUTH_WITH_KEYCLOAK": true
"legalsme_password": "legal-a1.sme"
}

View File

@ -98,14 +98,13 @@ Cypress.Commands.add('createModel', (groupId, modelId, modelDisplayName) => {
cy.contains(`Process Model: ${modelDisplayName}`);
});
// Intended to be run from the process model show page
Cypress.Commands.add(
'runPrimaryBpmnFile',
(expectAutoRedirectToHumanTask = false) => {
// cy.getBySel('start-process-instance').click();
// click on button with text Start
//cy.get('button')
// cy.get('#process-model-tile-manage-procurement\\/procurement\\/requisition-order-management\\/new-demand-request-procurement > div > button')
cy.get('#process-model-tile-manage-procurement\\/procurement\\/requisition-order-management\\/raise-new-demand-request > div > button')
cy.get('button')
.contains(/^Start$/)
.click();
if (expectAutoRedirectToHumanTask) {