From 547acfc07350a36eccfa39abc7acad8ee5bde60a Mon Sep 17 00:00:00 2001 From: SanjalKatiyar Date: Fri, 6 Oct 2023 13:05:30 +0530 Subject: [PATCH] enable OBC test, as CI is now moved to OCP 4.14 --- cypress/tests/obc-test.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/tests/obc-test.spec.ts b/cypress/tests/obc-test.spec.ts index 63d18e5c5..c23769bb8 100644 --- a/cypress/tests/obc-test.spec.ts +++ b/cypress/tests/obc-test.spec.ts @@ -18,7 +18,7 @@ import { detailsPage } from '../views/details-page'; import { listPage } from '../views/list-page'; import { CreateOBCHandler, obcNavigate } from '../views/obcPage'; -xdescribe('Test Object Bucket Claim resource', () => { +describe('Test Object Bucket Claim resource', () => { let obcHandler; before(() => { @@ -120,7 +120,7 @@ xdescribe('Test Object Bucket Claim resource', () => { }); }); -xdescribe('Tests form validations on Object Bucket Claim', () => { +describe('Tests form validations on Object Bucket Claim', () => { const nameFieldTestId: string = 'obc-name'; const populateObcForm = () => { app.waitForLoad();