From d976ada5fea7530f7d4cbaf17a4859eef8f4a32e Mon Sep 17 00:00:00 2001 From: Caleb Ukle Date: Tue, 27 Jun 2023 09:17:36 -0500 Subject: [PATCH] chore(testing): update migration target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Leosvel PĂ©rez Espinosa --- e2e/angular-extensions/src/cypress-component-tests.test.ts | 3 +-- packages/cypress/migrations.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/e2e/angular-extensions/src/cypress-component-tests.test.ts b/e2e/angular-extensions/src/cypress-component-tests.test.ts index 70e9070327bb7c..c5a19786bdef0a 100644 --- a/e2e/angular-extensions/src/cypress-component-tests.test.ts +++ b/e2e/angular-extensions/src/cypress-component-tests.test.ts @@ -14,8 +14,7 @@ import { import { names } from '@nx/devkit'; import { join } from 'path'; -// TODO(leo): enable when https://github.com/cypress-io/cypress/pull/27030 is merged and released -describe.skip('Angular Cypress Component Tests', () => { +describe('Angular Cypress Component Tests', () => { let projectName: string; const appName = uniq('cy-angular-app'); const usedInAppLibName = uniq('cy-angular-lib'); diff --git a/packages/cypress/migrations.json b/packages/cypress/migrations.json index 96a2cf5ab6db38..5fb80493cecf3e 100644 --- a/packages/cypress/migrations.json +++ b/packages/cypress/migrations.json @@ -75,7 +75,7 @@ } }, "16.5.0": { - "version": "16.5.0-beta.1", + "version": "16.5.0-beta.0", "requires": { "cypress": ">=12.0.0 <12.16.0" },