PromucFlow_constructor/app/client/cypress/fixtures/textLintErrorDsl.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": 5168,
"containerStyle": "none",
"snapRows": 129,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 41,
"minHeight": 820,
"parentColumnSpace": 1,
"dynamicBindingPathList": [],
"leftColumn": 0,
"children": [
{
"isVisible": "{{error}}",
"text": "{{Nodata}}",
"fontSize": "PARAGRAPH",
"fontStyle": "BOLD",
"textAlign": "LEFT",
"textColor": "#231F20",
"widgetName": "Text1",
"version": 1,
"type": "TEXT_WIDGET",
"hideCard": false,
"displayName": "Text",
"key": "yv9e0um9i7",
"iconSVG": "/static/media/icon.dbad9587.svg",
"widgetId": "8nthp5e7ya",
"renderMode": "CANVAS",
"isLoading": false,
"parentColumnSpace": 16.6875,
"parentRowSpace": 10,
"leftColumn": 12,
"rightColumn": 28,
"topRow": 20,
"bottomRow": 24,
"parentId": "0",
"dynamicBindingPathList": [
{
"key": "text"
},
{
"key": "isVisible"
},
{
"key": "disableLink"
}
],
"dynamicTriggerPathList": [],
"dynamicPropertyPathList": [
{
"key": "isVisible"
},
{
"key": "disableLink"
}
],
"disableLink": "{{lintErrror}}"
}
]
}
}