Skip to content

Commit

Permalink
update logo upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
avneet-raj committed Jan 12, 2024
1 parent c3b331e commit 6aa3c2a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ describe( 'SiteGen Site Logo Step', function () {
.scrollIntoView()
.should( 'be.visible' );
} );
cy.get('.nfd-onboarding-button--site-gen-next')
.should('not.be.disabled')
.click();
cy.url().should('not.contain', 'sitgen/step/site-logo');
});

});

0 comments on commit 6aa3c2a

Please sign in to comment.