merged in and recsovled conflicts of frontend tree w/ burnettk

This commit is contained in:
jasquat 2022-11-09 15:03:43 -05:00
commit 22ad31300a
2 changed files with 6 additions and 1 deletions

View File

@ -165,7 +165,7 @@ describe('process-instances', () => {
cy.basicPaginationTest();
});
it('can filter', () => {
it.only('can filter', () => {
cy.getBySel('process-instance-list-link').click();
cy.assertAtLeastOneItemInPaginatedResults();

View File

@ -125,3 +125,8 @@ Cypress.Commands.add('modifyProcessModelPath', (path) => {
path.replace('/', ':');
return path;
});
Cypress.Commands.add('modifyProcessModelPath', (path) => {
path.replace('/', ':');
return path;
});