Skip to content

Commit 6604f92

Browse files
committed
Update sitetype-primary.cy.js
1 parent 52a302f commit 6604f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe( 'Get Started Site Type Primary', function () {
4141
CheckHelpPanelLinks();
4242
} );
4343

44-
it( 'Check if Business category is pre-selected', () => {
44+
it.skip( 'Check if Business category is pre-selected', () => {
4545
cy.get( '.chosenPrimaryCategory' )
4646
.find( '.categName' )
4747
.should( 'have.text', 'Business' );

0 commit comments

Comments
 (0)