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')})})})
7d8d394b985fb3183cc6d730c87a88b97e38323a
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 5730b85
7d8d394b985fb3183cc6d730c87a88b97e38323a
The text was updated successfully, but these errors were encountered: