moved NDR_PP1 tests to pilot dir and default configs back to what they were w/ burnettk
This commit is contained in:
parent
5ca0452588
commit
dc0428cf9a
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue