Skip to content

Commit

Permalink
Do not open sidebar if already opened in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtr committed Dec 23, 2019
1 parent aa9b155 commit f7db5c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/lib/gutenberg/gutenberg-editor-sidebar-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import GutenbergEditorComponent from './gutenberg-editor-component';
export default class GutenbergEditorSidebarComponent extends AsyncBaseContainer {
constructor( driver ) {
super( driver, By.css( '.edit-post-header' ) );
this.cogSelector = By.css( '[aria-label="Settings"]:not([disabled])' );
this.closeSelector = By.css( '[aria-label="Close settings"]:not([disabled])' );
}

async selectTab( name ) {
Expand Down

0 comments on commit f7db5c2

Please sign in to comment.