fixed task frontend test
This commit is contained in:
parent
79eb91c9e8
commit
f459743ab4
|
@ -30,7 +30,6 @@ describe('tasks', () => {
|
||||||
cy.logout();
|
cy.logout();
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: need to fix the next_task thing to make this pass
|
|
||||||
it('can complete and navigate a form', () => {
|
it('can complete and navigate a form', () => {
|
||||||
const groupDisplayName = 'Acceptance Tests Group One';
|
const groupDisplayName = 'Acceptance Tests Group One';
|
||||||
const modelId = `acceptance-tests-model-2`;
|
const modelId = `acceptance-tests-model-2`;
|
||||||
|
@ -39,9 +38,7 @@ describe('tasks', () => {
|
||||||
const activeTaskClassName = 'active-task-highlight';
|
const activeTaskClassName = 'active-task-highlight';
|
||||||
|
|
||||||
cy.navigateToProcessModel(groupDisplayName, modelDisplayName, modelId);
|
cy.navigateToProcessModel(groupDisplayName, modelDisplayName, modelId);
|
||||||
|
cy.runPrimaryBpmnFile(true);
|
||||||
// avoid reloading so we can click on the task link that appears on running the process instance
|
|
||||||
cy.runPrimaryBpmnFile(false);
|
|
||||||
|
|
||||||
submitInputIntoFormField(
|
submitInputIntoFormField(
|
||||||
'get_user_generated_number_one',
|
'get_user_generated_number_one',
|
||||||
|
|
Loading…
Reference in New Issue