ToolJet/cypress-tests/cypress/fixtures/intercept/emptyDashboard.json
Ajith KV 46abf0bdfe
Cypress test for dashboard, app and folder CRUD operations (#3677)
* Add and modify data-cy attribute for elements

* Add and modify common and dashboard selector and text

* Add task to delete download folder

* Modify faker file

* Add common methods

* Add methods specific for dashboard spec

* Modify dashboard spec

* Review changes

* Add and modify data-cy for elements

* Add custom command to verify elements

* Modify verify elements command

* Remove exported app file
2022-08-04 20:40:46 +05:30

9 lines
123 B
JSON

{
"meta": {
"total_pages": 0,
"total_count": 0,
"folder_count": 0,
"current_page": 1
},
"apps": []
}