Uploaded image for project: 'OCMUI - OpenShift Cluster Manager UI'
  1. OCMUI - OpenShift Cluster Manager UI
  2. OCMUI-2657

[OCMUI][QE Tasks] Refine glitches in validation cases from QE test case side.

    • False
    • Hide

      None

      Show
      None
    • False
    • OCMUI Core Sprint 262

      Description of the issue
      In recent executions indicated that validation cases were some of glitches in verifying the error definitions. Because of the same some of the bug or possible errors were misjudged or failed capture. This is seen around the function call 
      cypress/pageobjects/CreateRosaWizard.page.js

       -  isTextContainsInPage(text, present = true) {
      -    if (present) {
      -      cy.get('body').then(($body) => {
      -        if ($body.text().includes(text)) {
      -          cy.contains(text).scrollIntoView().should('be.visible');
      -        }
      -      });
      -    } else {
      -      cy.contains(text).should('not.exist');
      -    }
      -  }
      

              jmekkatt@redhat.com Jayakrishnan Mekkattillam
              jmekkatt@redhat.com Jayakrishnan Mekkattillam
              Jayakrishnan Mekkattillam Jayakrishnan Mekkattillam
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: