merged in and recsovled conflicts of frontend tree w/ burnettk
This commit is contained in:
commit
2ebc73276d
|
@ -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();
|
||||
|
||||
|
|
|
@ -125,3 +125,8 @@ Cypress.Commands.add('modifyProcessModelPath', (path) => {
|
|||
path.replace('/', ':');
|
||||
return path;
|
||||
});
|
||||
|
||||
Cypress.Commands.add('modifyProcessModelPath', (path) => {
|
||||
path.replace('/', ':');
|
||||
return path;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue