1
0
Fork 0
mirror of synced 2024-05-18 11:23:28 +12:00
Commit graph

4 commits

Author SHA1 Message Date
Pedro Silva a7e4c646ea Move assertion to endpoint definition 2022-11-07 15:48:24 +00:00
mike12345567 49e103e8ef Fixing test case. 2022-10-21 18:52:39 +01:00
Mitch-Budibase 25f9a2043b Small changes based on PR feedback
As per some of the comments on the PR:
- Renaming createScreen & deleteScreen to create & delete as they are on the screens namespace
- Updating a test within create.spec.js (applications) for when a screen is generated
- Improvements to the current screens tests (removing unnecessary `expect` lines & updating the for loop for the create screens test)
2022-10-12 17:48:33 +01:00
Mitch-Budibase a620b147dd API: Screens - Add and Delete Screen
Screens API tests
- This includes adding a basic screen and deleting a screen
2022-10-10 15:39:02 +01:00