Skip to content

Commit

Permalink
Use new dismissEditorWelcomeModal function
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr committed Dec 23, 2019
1 parent f7db5c2 commit af4d4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/lib/gutenberg/gutenberg-editor-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class GutenbergEditorComponent extends AsyncBaseContainer {
if ( postType === 'page' ) {
this.dismissPageTemplateSelector();
}
this.dismissWelcomeGuide();
this.dismissEditorWelcomeModal();
this.closeSidebar();
}

Expand Down

0 comments on commit af4d4cf

Please sign in to comment.