File tree 1 file changed +1
-10
lines changed 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ describe('AppComponent', () => {
21
21
it ( 'should render the title' , ( ) => {
22
22
fixture . detectChanges ( ) ;
23
23
const compiled = fixture . nativeElement as HTMLElement ;
24
- expect ( compiled . querySelector ( 'h1' ) ?. textContent ) . toContain ( 'VLibras ' ) ;
24
+ expect ( compiled . querySelector ( 'h1' ) ?. textContent ) . toContain ( 'angular-vlibras ' ) ;
25
25
} ) ;
26
26
27
27
it ( 'should render the <angular-VLibras> component' , ( ) => {
@@ -46,13 +46,4 @@ describe('AppComponent', () => {
46
46
expect ( mainDiv ) . toBeTruthy ( ) ;
47
47
expect ( contentDiv ) . toBeTruthy ( ) ;
48
48
} ) ;
49
-
50
- it ( 'should have a left-side div with the SVG logo' , ( ) => {
51
- fixture . detectChanges ( ) ;
52
- const compiled = fixture . nativeElement as HTMLElement ;
53
- const leftSideDiv = compiled . querySelector ( 'div.left-side' ) ;
54
- expect ( leftSideDiv ) . toBeTruthy ( ) ;
55
- const svgElement = leftSideDiv ?. querySelector ( 'svg.angular-logo' ) ;
56
- expect ( svgElement ) . toBeTruthy ( ) ;
57
- } ) ;
58
49
} ) ;
You can’t perform that action at this time.
0 commit comments