Skip to content

Commit

Permalink
Update e2e test to match TT1 Blocks v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Mar 22, 2021
1 parent e9cfa8d commit e7eef51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/e2e-tests/specs/experiments/template-part.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ describe( 'Template Part', () => {
// Switch to editing the header template part.
await navigationPanel.open();
await navigationPanel.backToRoot();
// TODO: Change General to Headers once TT1 blocks categorise the template parts
await navigationPanel.navigate( [ 'Template Parts', 'General' ] );
await navigationPanel.navigate( [ 'Template Parts', 'Headers' ] );
await navigationPanel.clickItemByText( 'header' );
}

Expand Down

0 comments on commit e7eef51

Please sign in to comment.