[ci:force][AAE-30877] - clean up

This commit is contained in:
VitoAlbano
2025-03-10 18:01:31 +00:00
committed by Wojciech Duda
parent 6d0571a308
commit d2881a653d
2 changed files with 2 additions and 10 deletions

View File

@@ -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);

View File

@@ -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,