Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

111
Views
Count variable in outer scope one up if text is found in DOM

I want to check if a text/comment at a special location is like expected. If so, I want to count up itemFound by 1. The problem is, that I can't bring the variable to the outer scope. (later I want to search many locations for this element)

let itemFound = 0;
cy.xpath('//table/div/span').then((item) => {
    let comment = item.text().trim();
    if (comment == "myuniquecomment")
    {
        itemFound += 1;
    }
    cy.log(itemFound)     // okay 
})

cy.log(itemFound)  // not okay
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!