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

107
Views
Why wont my if statements work in cypress?

I'm trying to write a test that goes back in a calendar to look for a specific date to click. I have come up with an IF statement that should loop to the next month should date not be found.

Given('I test {string}', (control) => {
  if (
    cy
      .get(`[data-cy="${control}"]`)
      .scrollIntoView()
      .should('be.visible')
  ) {
    cy.get(control).first().click();
    // do something if it's active
  } else {
    cy.get(`[data-cy="${'date-picker-left-arrow'}"]`).click();
    // do something else
  }
});

However, my test fails without iterating to the next condition.

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!