quilla/tests/integration/test_property_has_value_val...

23 строки
594 B
JSON

{
"markers": ["integration", "slow"],
"definitions": {
"WelcomePage": {
"SignInButtonDiv": "//div[@class='position-relative mr-3']"
}
},
"targetBrowsers": ["Firefox"],
"path": "https://github.com",
"steps": [
{
"action": "Validate",
"type": "XPath",
"state": "PropertyHasValue",
"target": "${{ Definitions.WelcomePage.SignInButtonDiv }}",
"parameters": {
"name": "className",
"value": "position-relative mr-3"
}
}
]
}