We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e291b commit 63deb10Copy full SHA for 63deb10
packages/e2e-tests/specs/site-editor/settings-sidebar.test.js
@@ -77,12 +77,11 @@ describe( 'Settings sidebar', () => {
77
78
expect( templateCardBeforeNavigation ).toMatchObject( {
79
title: 'Index',
80
- description:
81
- 'The default template used when no other template is available. This is a required template in WordPress.',
+ description: 'Displays posts.',
82
} );
83
expect( templateCardAfterNavigation ).toMatchObject( {
84
title: '404',
85
- description: 'Template shown when no content is found.',
+ description: 'Displays when no content is found.',
86
87
88
0 commit comments