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

326
Views
Cypress don't work correctly with iframes/.cgi website ("There is no test to run)

I'm a beginner with cypress. I create a small test that login into the printer's web page.

it('should install Ricoch agent ',  function () {
    cy.visit(address)
    cy.get('frameset')
    cy.frameLoaded('frame[title="Header Area"]')
    cy.iframe('frame[title="Header Area"]')
        .find('span')
        .contains('Login')
        .wait(10000)
        .click({force: true})
        .wait(10000);
  })

Test correctly visit web app, get frameset, load frame, and find span, but when I want to click "Login" button the test shuts down, and it says that there is no test.

img:
1.There is no test
2.Code of the tested
3.Last correct operation

"dependencies": {
    "cypress": "9.6.1",
    "cypress-iframe": "^1.0.1"
  },
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!