File tree Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -111,18 +111,6 @@ exports[`HeaderComponent should match snapshot 1`] = `
111
111
Contact
112
112
</a >
113
113
</li >
114
- <li
115
- class = " header__linksItem"
116
- >
117
- <a
118
- class = " header__linksItemLink"
119
- href = " https://www.buymeacoffee.com/fretonator"
120
- rel = " nofollow noopener noreferrer"
121
- target = " _blank"
122
- >
123
- Donate
124
- </a >
125
- </li >
126
114
</ul >
127
115
</header >
128
116
</app-header >
Original file line number Diff line number Diff line change 63
63
> Contact</ a
64
64
>
65
65
</ li >
66
- < li class ="header__linksItem ">
67
- < a href ="https://www.buymeacoffee.com/fretonator "
68
- rel ="nofollow noopener noreferrer "
69
- class ="header__linksItemLink "
70
- target ="_blank "> Donate</ a >
71
- </ li >
72
66
</ ul >
73
67
</ header >
Original file line number Diff line number Diff line change @@ -64,15 +64,13 @@ describe('HeaderComponent', () => {
64
64
let learn : DebugElement ;
65
65
let about : DebugElement ;
66
66
let contact : DebugElement ;
67
- let donate : DebugElement ;
68
67
69
68
beforeEach ( ( ) => {
70
69
const links = fixture . debugElement . queryAll ( selectors . links ) ;
71
70
home = links [ 0 ] ;
72
71
learn = links [ 1 ] ;
73
72
about = links [ 2 ] ;
74
73
contact = links [ 3 ] ;
75
- donate = links [ 3 ] ;
76
74
} ) ;
77
75
78
76
it ( 'Home should link to /' , ( ) => {
You can’t perform that action at this time.
0 commit comments