mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ci:force][AAE-30877] - clean up
This commit is contained in:
committed by
Wojciech Duda
parent
6d0571a308
commit
d2881a653d
@@ -58,9 +58,8 @@ describe('SearchFilterTabbedComponent', () => {
|
||||
selectedIndexSpy = spyOnProperty(tabGroup, 'selectedIndex', 'set');
|
||||
searchFilterTabbedElement.style.position = 'absolute';
|
||||
});
|
||||
// flaky test - alone it works, but when run with other tests it fails
|
||||
//eslint-disable-next-line
|
||||
xit('should double change selectedIndex when element becomes not visible on screen', (done) => {
|
||||
|
||||
it('should double change selectedIndex when element becomes not visible on screen', (done) => {
|
||||
searchFilterTabbedElement.style.top = '200%';
|
||||
setTimeout(() => {
|
||||
expect(selectedIndexSpy).toHaveBeenCalledTimes(2);
|
||||
|
@@ -31,13 +31,6 @@ import { AnnotationMode } from 'pdfjs-dist';
|
||||
|
||||
declare const pdfjsLib: any;
|
||||
|
||||
// @Component({
|
||||
// selector: 'adf-test-dialog-component',
|
||||
// standalone: true,
|
||||
// template: ''
|
||||
// })
|
||||
// class TestDialogComponent {}
|
||||
|
||||
@Component({
|
||||
selector: 'adf-url-test-component',
|
||||
standalone: true,
|
||||
|
Reference in New Issue
Block a user