Remove no longer valid test
This commit is contained in:
parent
70427ef7bd
commit
3e45765577
@ -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();
|
||||
|
Reference in New Issue
Block a user