taiga-family/maskito

🤖 - Rewrite some Cypress tests using component testing

nsbarsukov opened this issue · 0 comments

Which package(s) are relevant/related to the feature request?

Don't known / other

Description

// TODO: replace this page with Cypress Component Testing after angular13+ update
{
path: DemoPath.Cypress,
loadChildren: () =>
import('../pages/cypress/cypress.module').then(m => m.CypressDocPageModule),
data: {
title: 'Cypress tests 🤫',
},

Algorithm:

  1. Take any folder from projects/demo/src/pages/cypress/examples
  2. Crete folder with the same name (but without digit) inside projects/demo-integrations/src/tests/component-testing.
  3. Rewrite all tests (connected with this example) using Cypress component testing (use DemoPath.Cypress to find these tests)
  4. Delete example from step 1
  5. Open PR and link it to this issue