Skip to content

Commit

Permalink
Merge pull request #10 from Progi1984/004
Browse files Browse the repository at this point in the history
Fixed selector for closing the debug bar
  • Loading branch information
Progi1984 authored Jan 22, 2024
2 parents 78059cd + c134169 commit 1d2990f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prestashop-core/ui-testing",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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 1d2990f

Please sign in to comment.