PromucFlow_constructor/app/client/cypress/fixtures/apiParallelDsl.json
Aishwarya-U-R 37339c0cb1
test: RestAPI parallel run & Debug btn crash [Bugs 5550, 6863, 8686] - Script implementation (#9435)
* Bugs 5550, 6863 - Script implemented

* Added wait time in cy.updateCodeInput

* S3 DeleteSource failure fix

* S3 Delete Ds case fix

* Mongo Failure fixes

* Failure fixes

* Bug 8686 - Implemented

* cypress.json updated

* Added wait for proper validation pass

* Updated

* Updated EvaluateCurrentValue

* Update commands.js

* Added AfterEach

* Updated EvaluateCurrentValue()
2021-12-02 10:50:44 +05:30

202 lines
4.5 KiB
JSON

{
"dsl": {
"widgetName": "MainContainer",
"backgroundColor": "none",
"rightColumn": 800,
"snapColumns": 64,
"detachFromLayout": true,
"widgetId": "0",
"topRow": 0,
"bottomRow": 1290,
"containerStyle": "none",
"snapRows": 125,
"parentRowSpace": 1,
"type": "CANVAS_WIDGET",
"canExtend": true,
"version": 46,
"minHeight": 1292,
"parentColumnSpace": 1,
"dynamicBindingPathList": [
],
"leftColumn": 0,
"children": [
{
"widgetName": "Button1",
"onClick": "{{CatImage.run();\nCatFacts.run();\nDogImage.run();\nDogFacts.run();}}",
"buttonColor": "#03B365",
"dynamicPropertyPathList": [
{
"key": "onClick"
}
],
"displayName": "Button",
"iconSVG": "/static/media/icon.cca02633.svg",
"topRow": 18,
"bottomRow": 22,
"parentRowSpace": 10,
"type": "BUTTON_WIDGET",
"hideCard": false,
"parentColumnSpace": 16.921875,
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"leftColumn": 24,
"dynamicBindingPathList": [
],
"text": "Get Facts!",
"isDisabled": false,
"key": "lys38w8oo5",
"rightColumn": 40,
"isDefaultClickDisabled": true,
"widgetId": "4q03mtvedv",
"recaptchaV2": false,
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"buttonVariant": "PRIMARY"
},
{
"widgetName": "Image1",
"displayName": "Image",
"iconSVG": "/static/media/icon.52d8fb96.svg",
"topRow": 24,
"bottomRow": 41,
"parentRowSpace": 10,
"type": "IMAGE_WIDGET",
"hideCard": false,
"parentColumnSpace": 16.921875,
"imageShape": "RECTANGLE",
"leftColumn": 11,
"defaultImage": "https://assets.appsmith.com/widgets/default.png",
"key": "khcxwti5gq",
"image": "{{CatImage.data[0].url}}",
"rightColumn": 31,
"objectFit": "cover",
"widgetId": "t9b2aacss5",
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"maxZoomLevel": 1,
"enableDownload": false,
"enableRotation": false,
"dynamicBindingPathList": [
{
"key": "image"
}
],
"dynamicTriggerPathList": [
]
},
{
"widgetName": "Image2",
"displayName": "Image",
"iconSVG": "/static/media/icon.52d8fb96.svg",
"topRow": 24,
"bottomRow": 41,
"parentRowSpace": 10,
"type": "IMAGE_WIDGET",
"hideCard": false,
"parentColumnSpace": 16.921875,
"imageShape": "RECTANGLE",
"leftColumn": 33,
"defaultImage": "https://assets.appsmith.com/widgets/default.png",
"key": "khcxwti5gq",
"image": "{{DogImage.data.message}}",
"rightColumn": 54,
"objectFit": "cover",
"widgetId": "v4iy6l1z9x",
"isVisible": true,
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"maxZoomLevel": 1,
"enableDownload": false,
"enableRotation": false,
"dynamicBindingPathList": [
{
"key": "image"
}
],
"dynamicTriggerPathList": [
]
},
{
"widgetName": "Text1",
"displayName": "Text",
"iconSVG": "/static/media/icon.97c59b52.svg",
"topRow": 45,
"bottomRow": 57,
"parentRowSpace": 10,
"type": "TEXT_WIDGET",
"hideCard": false,
"parentColumnSpace": 16.921875,
"dynamicTriggerPathList": [
],
"leftColumn": 6,
"dynamicBindingPathList": [
{
"key": "text"
}
],
"text": "{{CatFacts.data.text}}",
"key": "7tipkwe4lq",
"rightColumn": 31,
"textAlign": "CENTER",
"widgetId": "d5shcrpvxp",
"isVisible": true,
"fontStyle": "ITALIC,BOLD",
"textColor": "#231F20",
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"fontSize": "PARAGRAPH"
},
{
"widgetName": "Text2",
"displayName": "Text",
"iconSVG": "/static/media/icon.97c59b52.svg",
"topRow": 45,
"bottomRow": 57,
"parentRowSpace": 10,
"type": "TEXT_WIDGET",
"hideCard": false,
"parentColumnSpace": 16.921875,
"dynamicTriggerPathList": [
],
"leftColumn": 33,
"dynamicBindingPathList": [
{
"key": "text"
}
],
"text": "{{DogFacts.data.text}}",
"key": "7tipkwe4lq",
"rightColumn": 59,
"textAlign": "CENTER",
"widgetId": "sqllxxccb7",
"isVisible": true,
"fontStyle": "BOLD,ITALIC",
"textColor": "#231F20",
"version": 1,
"parentId": "0",
"renderMode": "CANVAS",
"isLoading": false,
"fontSize": "PARAGRAPH"
}
]
}
}