mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-14 03:24:40 +00:00
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')
|
cy.getBySel('delete-process-model-button-modal-confirmation-dialog')
|
||||||
.find('.cds--btn--danger')
|
.find('.cds--btn--danger')
|
||||||
.click();
|
.click();
|
||||||
// cy.url().should(
|
cy.url().should(
|
||||||
// 'include',
|
'include',
|
||||||
// `process-instances?process_model_identifier=${modifyProcessIdentifierForPathParam(groupId)}`
|
`process-groups/${modifyProcessIdentifierForPathParam(groupId)}`
|
||||||
// );
|
);
|
||||||
// cy.wait(750);
|
|
||||||
cy.contains(modelId).should('not.exist');
|
cy.contains(modelId).should('not.exist');
|
||||||
cy.contains(modelDisplayName).should('not.exist');
|
cy.contains(modelDisplayName).should('not.exist');
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user