File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
__tests__/app/create-and-submit-templates Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ it('matches the snapshot', () => {
55 const { container } = render ( < HomePage /> ) ;
66 expect ( container ) . toMatchSnapshot ( ) ;
77} ) ;
8-
Original file line number Diff line number Diff line change @@ -175,8 +175,7 @@ const homePage = {
175175 text5 : 'You can save a template as a draft and edit it later.' ,
176176 text6 :
177177 'If you want to change a submitted template, you must create a new template to replace it.' ,
178- text7 :
179- 'You can access this tool by signing in with your Care Identity.' ,
178+ text7 : 'You can access this tool by signing in with your Care Identity.' ,
180179 linkButton : {
181180 text : 'Start now' ,
182181 url : `${ getBasePath ( ) } /manage-templates` ,
You can’t perform that action at this time.
0 commit comments