{
    "description": {
        "author": "Salesforce",
        "text": [
            "Page Object: Promo code component with input field and action buttons"
        ]
    },
    "root": true,
    "selector": {
        "css": "runtime_essential_checkout-promo-code"
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "promoCodeInput",
                "type": "utam-lightning/pageObjects/input",
                "selector": {
                    "css": "lightning-input"
                },
                "shadow": {
                    "elements": [
                        {
                            "public": true,
                            "name": "primitiveInputSimple",
                            "selector": {
                                "css": "lightning-primitive-input-simple"
                            },
                            "shadow": {
                                "elements": [
                                    {
                                        "public": true,
                                        "name": "errorMessage",
                                        "nullable": true,
                                        "selector": {
                                            "css": "div[part='help-text']"
                                        }
                                    }
                                ]
                            }
                        }
                    ]
                }
            },
            {
                "public": true,
                "name": "applyPromoButton",
                "type": "utam-lightning/pageObjects/button",
                "selector": {
                    "css": "lightning-button[data-id='validatePromoCodeBtn']"
                }
            },
            {
                "public": true,
                "name": "seeAllButton",
                "type": "utam-lightning/pageObjects/button",
                "selector": {
                    "css": "lightning-button[data-id='handleSeeAllLinkBtn']"
                }
            },
            {
                "public": true,
                "name": "helpText",
                "type": "utam-lightning/pageObjects/helptext",
                "selector": {
                    "css": "lightning-helptext"
                }
            }
        ]
    }
}