Skip to content

Commit

Permalink
Merge pull request #1067 from SanjalKatiyar/enable_obc_test
Browse files Browse the repository at this point in the history
enable OBC test, as CI is now moved to OCP 4.14
  • Loading branch information
openshift-ci[bot] authored Oct 6, 2023
2 parents 0ec1d7c + 547acfc commit 2718754
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 2718754

Please sign in to comment.