We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78059cd + c134169 commit 1d2990fCopy full SHA for 1d2990f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@prestashop-core/ui-testing",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/pages/BO/BOBasePage.ts
@@ -603,7 +603,7 @@ export default class BOBasePage extends CommonPage {
603
604
// Symfony Toolbar
605
this.sfToolbarMainContentDiv = "div[id*='sfToolbarMainContent']";
606
- this.sfCloseToolbarLink = "button[id*='sfToolbarHideButton']";
+ this.sfCloseToolbarLink = "[id*='sfToolbarHideButton']";
607
608
// Sidebar
609
this.rightSidebar = '#right-sidebar';
0 commit comments