Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkbln committed Sep 5, 2024
1 parent 02ae84a commit 5bbf076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/e2e/onboarding/banner.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Onboarding Banner', () => {
onboardingBanner().should('exist');
});

it('should show the aknowledge screen on "Get Started" click', () => {
it('should show the acknowledge screen on "Get Started" click', () => {
cy.visit('/wp-admin/plugins.php');
activatePublisherButton().should('be.visible');
activatePublisherButton().click();
Expand Down

0 comments on commit 5bbf076

Please sign in to comment.