{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: es_block_builder-undo-button",
            "Represents the undo action on content editor toolbar component."
        ]
    },
    "root": true,
    "selector": {
        "css": "es_block_builder-undo-button"
    },
    "beforeLoad": [
        {
            "apply": "waitFor",
            "args": [
                {
                    "type": "function",
                    "predicate": [
                        {
                            "element": "root",
                            "apply": "containsElement",
                            "args": [
                                {
                                    "type": "locator",
                                    "value": {
                                        "css": "lightning-button-icon"
                                    }
                                },
                                {
                                    "value": true
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "shadow": {
        "elements": [
            {
                "name": "buttonIcon",
                "public": true,
                "type": "utam-lightning/pageObjects/buttonIcon",
                "selector": {
                    "css": "lightning-button-icon"
                }
            }
        ]
    }
}