Browse Source

test: stability experiments

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

22
scripts/cypress/integration/common/4c_form_view_detailed.js

@ -395,17 +395,17 @@ export const genTest = (apiType, dbType) => {
cy.wait(300);
});
it.skip(`Validate ${viewType}: URL validation after re-access`, () => {
// visit URL
cy.log(formViewURL);
cy.visit(formViewURL, {
baseUrl: null,
});
// New form appeared? Header & description should exist
validateFormHeader();
});
// it.skip(`Validate ${viewType}: URL validation after re-access`, () => {
// // visit URL
// cy.log(formViewURL);
//
// cy.visit(formViewURL, {
// baseUrl: null,
// });
//
// // New form appeared? Header & description should exist
// validateFormHeader();
// });
it(`Delete ${viewType} view`, () => {
// cy.visit("/");

Loading…
Cancel
Save