Skip to content

Commit

Permalink
remove skip for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Jun 12, 2024
1 parent 617ddee commit eaf7598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cypress/integration/Home/migration.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const helpCenter = JSON.stringify( {
canAccessHelpCenter: true,
} );

describe.skip( 'Home page - post migration events with help center ', () => {
describe( 'Home page - post migration events with help center ', () => {
before( function () {
if ( pluginId !== 'bluehost' ) {
this.skip();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const mediumWait = 30000;
const pluginId = GetPluginId();
const appId = getAppId();

describe.skip( 'Verify Wondercart accessibility as per site capabilities', () => {
describe( 'Verify Wondercart accessibility as per site capabilities', () => {
const cTBAndYithTrue = JSON.stringify( {
canAccessAI: true,
canAccessHelpCenter: true,
Expand Down

0 comments on commit eaf7598

Please sign in to comment.