mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-23 19:58:25 +00:00
fixed some tests w/ burnettk
This commit is contained in:
parent
0aa158d13b
commit
55bd70d0b0
@ -68,7 +68,9 @@ describe('process-instances', () => {
|
||||
cy.contains('acceptance-tests-group-one').click();
|
||||
cy.contains('Process Group: acceptance-tests-group-one');
|
||||
// https://stackoverflow.com/q/51254946/6090676
|
||||
cy.getBySel('process-model-show-link').contains('acceptance-tests-model-1').click()
|
||||
cy.getBySel('process-model-show-link')
|
||||
.contains('acceptance-tests-model-1')
|
||||
.click();
|
||||
});
|
||||
|
||||
it('can create a new instance and can modify', () => {
|
||||
@ -142,7 +144,7 @@ describe('process-instances', () => {
|
||||
cy.runPrimaryBpmnFile('Very wonderful');
|
||||
cy.runPrimaryBpmnFile('Very wonderful');
|
||||
|
||||
cy.contains('Process Instances').click();
|
||||
cy.getBySel('process-instance-list-link').click();
|
||||
cy.basicPaginationTest();
|
||||
});
|
||||
|
||||
|
@ -111,7 +111,7 @@ describe('process-models', () => {
|
||||
cy.contains('Submit').click();
|
||||
cy.runPrimaryBpmnFile('champion');
|
||||
|
||||
cy.contains('Process Instances').click();
|
||||
cy.getBySel('process-instance-list-link').click();
|
||||
cy.getBySel('process-instance-show-link').click();
|
||||
cy.contains('Delete process instance').click();
|
||||
cy.contains(`Process Instances for ${modelId}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user