Fix: resolve some silly frontend test things

This commit is contained in:
shamoon 2024-10-10 20:38:24 -07:00
parent 073c42984a
commit e78d758656
3 changed files with 2 additions and 3 deletions

View File

@ -117,7 +117,6 @@ export class StoragePathEditDialogComponent
this.foundDocuments$ = concat(
of([]), // default items
this.documentsInput$.pipe(
tap(() => console.log('searching')),
distinctUntilChanged(),
takeUntil(this.unsubscribeNotifier),
tap(() => (this.loading = true)),

View File

@ -85,6 +85,7 @@ import { PdfViewerModule } from 'ng2-pdf-viewer'
import { DataType } from 'src/app/data/datatype'
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
import { TagService } from 'src/app/services/rest/tag.service'
import { TextAreaComponent } from '../common/input/textarea/textarea.component'
const doc: Document = {
id: 3,
@ -183,6 +184,7 @@ describe('DocumentDetailComponent', () => {
SplitConfirmDialogComponent,
RotateConfirmDialogComponent,
DeletePagesConfirmDialogComponent,
TextAreaComponent,
],
imports: [
RouterModule.forRoot(routes),

View File

@ -66,8 +66,6 @@ export class MailComponent
.subscribe({
next: (r) => {
this.mailAccounts = r.results
console.log(this.mailAccounts, this.oAuthAccountId)
if (this.oAuthAccountId) {
this.editMailAccount(
this.mailAccounts.find(