Cypress - Basics and Setup
How can you improve this Cypress test to handle a slow-loading element?
cy.visit('/dashboard')
cy.get('.load-button').click()
cy.get('.result').should('contain', 'Loaded')