Skip to content

Commit

Permalink
batch-of-work-jan-2025
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jan 27, 2025
1 parent 8a26e08 commit 55a43ae
Show file tree
Hide file tree
Showing 3 changed files with 13,781 additions and 14,058 deletions.
2 changes: 1 addition & 1 deletion src/app/cdk/panel/panels/panels.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('PanelsComponent', () => {
const dialogs = await loader.getAllHarnesses(MatDialogHarness)
expect(dialogs.length).toBe(1)
expect(await dialogs[0].getText()).toContain(
'Please verify your primary email address'
'Please verify your email addresses'
)
})
})
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ import { ComponentFixture, TestBed } from '@angular/core/testing'
import { NotFoundComponent } from './not-found.component'
import { HttpClientTestingModule } from '@angular/common/http/testing'
import { RouterTestingModule } from '@angular/router/testing'
import { WINDOW_PROVIDERS } from '../../../cdk/window'
import { PlatformInfoService } from '../../../cdk/platform-info'
import { ErrorHandlerService } from '../../../core/error-handler/error-handler.service'
import { SnackbarService } from '../../../cdk/snackbar/snackbar.service'

import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar'
import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog'
import { Overlay } from '@angular/cdk/overlay'

import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'
import { PlatformInfoService } from 'src/app/cdk/platform-info'
import { SnackbarService } from 'src/app/cdk/snackbar/snackbar.service'
import { WINDOW_PROVIDERS } from 'src/app/cdk/window'
import { ErrorHandlerService } from 'src/app/core/error-handler/error-handler.service'

describe('NotFoundComponent', () => {
let component: NotFoundComponent
Expand Down
Loading

0 comments on commit 55a43ae

Please sign in to comment.