Skip to content

Commit

Permalink
Merge pull request #570 from newfold-labs/release/2.3.2
Browse files Browse the repository at this point in the history
Revert skipped test
  • Loading branch information
arunshenoy99 committed May 28, 2024
2 parents 2e45a0b + 8a2cc74 commit 5d73dec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe( 'SiteGen Fork Step', function () {
.should( 'have.length', 3 );
} );

it.skip( 'Check for selection of different container options', () => {
it( 'Check for selection of different container options', () => {
const className = '.nfd-onboarding-sitegen-options__container__options';
const arr = cy.get( className );

Expand Down

0 comments on commit 5d73dec

Please sign in to comment.