Remove no longer valid test

This commit is contained in:
Matthew Ross 2020-04-21 16:29:01 -04:00
parent 70427ef7bd
commit 3e45765577

View File

@ -61,13 +61,6 @@ describe('BoardAdmin', () => {
expect(component).toBeTruthy();
});
it('sets up drag and drop during ngAfterContentInit', () => {
component.modalProps = { columns: [{ position: '' }] } as any;
component.ngAfterContentInit();
expect(component.modalProps.columns[0].position).toEqual('');
});
it('validates a board before saving', () => {
component.modalProps = { columns: [] } as any;
component.addEditBoard();