{
    "shadow": {
        "elements": [
            {
                "name": "popoverBox",
                "public": true,
                "selector": {
                    "css": ".slds-popover_tooltip"
                }
            },
            {
                "name": "iconButton",
                "public": true,
                "type": "utam-omnistudio-common/pageObjects/button",
                "selector": {
                    "css": "runtime_omnistudio_common-button"
                }
            }
        ]
    },
    "methods": [
        {
            "name": "waitForHelpTextToBeVisible",
            "compose": [
                {
                    "apply": "waitFor",
                    "args": [
                        {
                            "type": "function",
                            "predicate": [
                                {
                                    "element": "popoverBox",
                                    "apply": "getClassAttribute",
                                    "matcher": {
                                        "type": "stringContains",
                                        "args": [
                                            {
                                                "value": "slds-rise-from-ground"
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "description": {
        "text": [
            " "
        ],
        "author": "Salesforce"
    }
}