Skip to content

Commit 1d2990f

Browse files
authored
Merge pull request #10 from Progi1984/004
Fixed selector for closing the debug bar
2 parents 78059cd + c134169 commit 1d2990f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prestashop-core/ui-testing",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/pages/BO/BOBasePage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ export default class BOBasePage extends CommonPage {
603603

604604
// Symfony Toolbar
605605
this.sfToolbarMainContentDiv = "div[id*='sfToolbarMainContent']";
606-
this.sfCloseToolbarLink = "button[id*='sfToolbarHideButton']";
606+
this.sfCloseToolbarLink = "[id*='sfToolbarHideButton']";
607607

608608
// Sidebar
609609
this.rightSidebar = '#right-sidebar';

0 commit comments

Comments
 (0)