Skip to content

Commit

Permalink
enable OBC test, as CI is now moved to OCP 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjalKatiyar committed Oct 6, 2023
1 parent f7eca45 commit 547acfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/tests/obc-test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 547acfc

Please sign in to comment.