Skip to content

Commit

Permalink
Fixed selector for closing the debug bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 22, 2024
1 parent e37683c commit c134169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/BO/BOBasePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ export default class BOBasePage extends CommonPage {

// Symfony Toolbar
this.sfToolbarMainContentDiv = "div[id*='sfToolbarMainContent']";
this.sfCloseToolbarLink = "button[id*='sfToolbarHideButton']";
this.sfCloseToolbarLink = "[id*='sfToolbarHideButton']";

// Sidebar
this.rightSidebar = '#right-sidebar';
Expand Down

0 comments on commit c134169

Please sign in to comment.