1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/packages/builder
Mitch-Budibase 4906dc6337 Changes for Table test - Commands.js
Seems like a potential timing issue for the Create Table test

Specifically:
-The datasource modal looks to be sometimes delayed when appearing after app creation
--increasing wait time for after app creation
--Reducing wait within the createTable command
--Updating specific ID to use 'data-cy'
--Updating another ID for the data source modal

I am unable to reproduce this potential issue locally, so making changes in hopes the CI picks it up (if the timing issue still exists)
2022-03-01 11:49:40 +00:00
..
.vscode
assets Add core API implementation and update most of client library to use it 2022-01-20 09:40:53 +00:00
build
cypress Changes for Table test - Commands.js 2022-03-01 11:49:40 +00:00
src Merge branch 'master' into merge-master 2022-03-01 10:04:23 +00:00
.gitignore
babel.config.js
CONTRIBUTING.md
cypress.json Merge branch 'develop' into fix/cypress-port-conflicts 2022-02-25 08:22:21 +00:00
index.html
LICENSE.md License cleanup 2021-11-17 14:21:16 +00:00
nuxt.config.js Add nuxt config file to actually silence vite spam 2022-02-22 12:38:24 +00:00
package.json v1.0.79-alpha.0 2022-03-01 10:34:25 +00:00
README.md
routify.config.js
tsconfig.json Fixing some issues discovered by the cypress tests, cleaning up how Couch is used. 2022-01-28 18:52:34 +00:00
vite.config.js Include sourcemaps in vite when not running in production 2022-02-15 09:23:51 +00:00
yarn.lock Fix builder lock file 2022-02-22 12:37:02 +00:00

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build