PromucFlow_constructor/app/client/cypress/fixtures/buttonLintErrorDsl.json
NandanAnantharamu 294032376f
test: lint error/warning tests (#7211)
* Test for lint

* Basic tests for Linting Warning/Error

* Updated tests

* Updated tests

* Updated tests with another lint scenario

* updated test

* Added tests for list and text Widget

* Updated tests

* Updated tests
2021-10-27 12:54:02 +05:30

70 lines
2.1 KiB
JSON

{
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 1080,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 840,
"containerStyle": "none",
"snapRows": 129,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 42,
"minHeight": 820,
"parentColumnSpace": 1,
"dynamicBindingPathList": [],
"leftColumn": 0,
"children": [
{
"widgetName": "Button1",
"buttonColor": "#03B365",
"displayName": "Button",
"iconSVG": "/static/media/icon.cca02633.svg",
"topRow": 17,
"bottomRow": 21,
"parentRowSpace": 10,
"type": "BUTTON_WIDGET",
"hideCard": false,
"parentColumnSpace": 16.6875,
"dynamicTriggerPathList": [],
"leftColumn": 12,
"dynamicBindingPathList": [
{
"key": "text"
},
{
"key": "isVisible"
},
{
"key": "isDisabled"
}
],
"text": "{{Nodata}}",
"isDisabled": "{{lintError}}",
"key": "miv4p1z4sm",
"rightColumn": 28,
"isDefaultClickDisabled": true,
"widgetId": "nzf2tet2bn",
"recaptchaV2": false,
"isVisible": "{{error}}",
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"buttonVariant": "PRIMARY",
"dynamicPropertyPathList": [
{
"key": "isDisabled"
},
{
"key": "isVisible"
}
]
}
]
}
}