mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-28 18:55:14 +00:00
restore assertion
This commit is contained in:
parent
42bf72822d
commit
0c581c722d
@ -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…
x
Reference in New Issue
Block a user