restore assertion
This commit is contained in:
parent
479969db16
commit
1162e068ad
|
@ -182,11 +182,10 @@ describe('process-models', () => {
|
|||
cy.getBySel('delete-process-model-button-modal-confirmation-dialog')
|
||||
.find('.cds--btn--danger')
|
||||
.click();
|
||||
// cy.url().should(
|
||||
// 'include',
|
||||
// `process-instances?process_model_identifier=${modifyProcessIdentifierForPathParam(groupId)}`
|
||||
// );
|
||||
// cy.wait(750);
|
||||
cy.url().should(
|
||||
'include',
|
||||
`process-groups/${modifyProcessIdentifierForPathParam(groupId)}`
|
||||
);
|
||||
cy.contains(modelId).should('not.exist');
|
||||
cy.contains(modelDisplayName).should('not.exist');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue