fix: in cypress tests, increased wait time for preview-table to update (#3715)
Signed-off-by: kushthedude <kushthedude@gmail.com>
This commit is contained in:
parent
58f17d5aff
commit
6c3a4cfa88
@ -214,7 +214,7 @@ Cypress.Commands.add('waitForOrOperation', () => {
|
|||||||
*/
|
*/
|
||||||
Cypress.Commands.add('typeExpression', (expression) => {
|
Cypress.Commands.add('typeExpression', (expression) => {
|
||||||
cy.get('textarea.expression-preview-code').type(expression);
|
cy.get('textarea.expression-preview-code').type(expression);
|
||||||
cy.wait(250); // eslint-disable-line
|
cy.wait(500); // eslint-disable-line
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user