mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 04:06:58 +00:00
test: form view - add delay for re-rendering
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -62,6 +62,9 @@ export const genTest = (apiType, dbType) => {
|
||||
// enable "Submit another form" check box
|
||||
cy.get("button.nc-form-checkbox-show-blank-form").click();
|
||||
|
||||
// [kludge] CI-CD: title is being rendered initially in disabled state
|
||||
cy.wait(2000);
|
||||
|
||||
// Update header & add some description, verify
|
||||
cy.get(".nc-form")
|
||||
.find('[placeholder="Form Title"]')
|
||||
|
||||
Reference in New Issue
Block a user