fixed task frontend test

This commit is contained in:
jasquat 2022-11-22 08:17:17 -05:00
parent 79eb91c9e8
commit f459743ab4
1 changed files with 1 additions and 4 deletions

View File

@ -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',