You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: implement e2e integration test for specs rendering
constemail='[email protected]'constpassword='password123'beforeEach(function(){cy.visit('/login')cy.get('[data-test-id="email"]').type(email)cy.get('[data-test-id="password"]').type(password)cy.get('[data-test-id="submit"]').click()})it('render previews on homepage',function(){// TODO: implement e2e integration test for specs renderingcy.get('[data-test-id="preview"]').should('have.length',2)})it('render full preview of first element on a separate page',function(){cy.get('[data-test-id="preview"]').first().then(($link)=>{cy.wrap($link).click()cy.url().should('include','/viewer/')cy.get('[data-test-id="full-preview"]').should('be.visible')})})})
73be75e504bb33acb04c417930e653ff89bf5794
The text was updated successfully, but these errors were encountered:
implement e2e integration test for specs rendering
zorko-platform/e2e/cypress/integration/previews.spec.mjs
Line 13 in 669c3ba
73be75e504bb33acb04c417930e653ff89bf5794
The text was updated successfully, but these errors were encountered: