Browse Source

test: additional wait for filter APIs to complete

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3655/head
Raju Udava 2 years ago
parent
commit
4cf7df4313
  1. 2
      scripts/cypress/integration/common/4f_grid_view_share.js

2
scripts/cypress/integration/common/4f_grid_view_share.js

@ -92,6 +92,8 @@ export const genTest = (apiType, dbType) => {
cy.log(viewURL["combined"]);
cy.wait(["@waitForPageLoad"]);
// kludge: additional wait to ensure page load is completed
cy.wait(2000);
});
it(`Share GRID view : ensure we have only one link even if shared multiple times`, () => {

Loading…
Cancel
Save