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();
|
cy.basicPaginationTest();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('can filter', () => {
|
it.only('can filter', () => {
|
||||||
cy.getBySel('process-instance-list-link').click();
|
cy.getBySel('process-instance-list-link').click();
|
||||||
cy.assertAtLeastOneItemInPaginatedResults();
|
cy.assertAtLeastOneItemInPaginatedResults();
|
||||||
|
|
||||||
|
|
|
@ -125,3 +125,8 @@ Cypress.Commands.add('modifyProcessModelPath', (path) => {
|
||||||
path.replace('/', ':');
|
path.replace('/', ':');
|
||||||
return path;
|
return path;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Cypress.Commands.add('modifyProcessModelPath', (path) => {
|
||||||
|
path.replace('/', ':');
|
||||||
|
return path;
|
||||||
|
});
|
||||||
|
|
Loading…
Reference in New Issue