mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 10:06:09 +00:00
lint
This commit is contained in:
parent
4079c75b34
commit
703e967ea0
@ -161,7 +161,7 @@ describe('process-instances', () => {
|
||||
cy.basicPaginationTest();
|
||||
});
|
||||
|
||||
it.only('can filter', () => {
|
||||
it('can filter', () => {
|
||||
cy.getBySel('process-instance-list-link').click();
|
||||
cy.assertAtLeastOneItemInPaginatedResults();
|
||||
|
||||
|
@ -3,10 +3,7 @@ import {
|
||||
HeaderContainer,
|
||||
HeaderMenuButton,
|
||||
SkipToContent,
|
||||
Theme,
|
||||
HeaderMenu,
|
||||
SideNav,
|
||||
SideNavItem,
|
||||
SideNavItems,
|
||||
HeaderSideNavItems,
|
||||
HeaderName,
|
||||
|
@ -17,11 +17,11 @@ import {
|
||||
Grid,
|
||||
Column,
|
||||
MultiSelect,
|
||||
TableHeader,
|
||||
TableHead,
|
||||
TableRow,
|
||||
TableBody,
|
||||
TableCell,
|
||||
// TableHeader,
|
||||
// TableHead,
|
||||
// TableRow,
|
||||
// TableBody,
|
||||
// TableCell,
|
||||
// @ts-ignore
|
||||
} from '@carbon/react';
|
||||
import { PROCESS_STATUSES, DATE_FORMAT, DATE_FORMAT_CARBON } from '../config';
|
||||
|
Loading…
x
Reference in New Issue
Block a user