Add new directive for UI tests

This commit is contained in:
Felipe Knorr Kuhn
2022-03-19 22:14:37 -07:00
parent ba65d4fd37
commit 53e4fc099c
2 changed files with 15 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ import { ShortenStringPipe } from './shared/pipes/shorten-string-pipe/shorten-st
import { GraphsComponent } from './components/graphs/graphs.component';
import { DifficultyAdjustmentsTable } from './components/difficulty-adjustments-table/difficulty-adjustments-table.components';
import { BlocksList } from './components/blocks-list/blocks-list.component';
import { DataCyDirective } from './data-cy.directive';
@NgModule({
declarations: [
@@ -137,6 +138,7 @@ import { BlocksList } from './components/blocks-list/blocks-list.component';
GraphsComponent,
DifficultyAdjustmentsTable,
BlocksList,
DataCyDirective,
],
imports: [
BrowserModule.withServerTransition({ appId: 'serverApp' }),