Skip to content

Commit

Permalink
Site Editor: Fix failing E2E test (#37184)
Browse files Browse the repository at this point in the history
* Site Editor: Fix failing E2E test
* Don't forget 404
  • Loading branch information
Mamaduka authored Dec 7, 2021
1 parent f0e291b commit 63deb10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/e2e-tests/specs/site-editor/settings-sidebar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,11 @@ describe( 'Settings sidebar', () => {

expect( templateCardBeforeNavigation ).toMatchObject( {
title: 'Index',
description:
'The default template used when no other template is available. This is a required template in WordPress.',
description: 'Displays posts.',
} );
expect( templateCardAfterNavigation ).toMatchObject( {
title: '404',
description: 'Template shown when no content is found.',
description: 'Displays when no content is found.',
} );
} );
} );
Expand Down

0 comments on commit 63deb10

Please sign in to comment.