Skip to content

Commit

Permalink
Update packages/volto/cypress/tests/workingCopy/create.js
Browse files Browse the repository at this point in the history
Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
wesleybl and pnicolli authored Dec 18, 2024
1 parent e9982fa commit b98aa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/volto/cypress/tests/workingCopy/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('Working Copy Tests - Create', () => {
cy.findByText('View working copy');
});

it('Portal root have create option', function () {
it('Portal root has create option', function () {
cy.visit('/');
cy.get('#toolbar-more').click();
cy.get('.menu-more').contains('Create working copy').should('exist');
Expand Down

0 comments on commit b98aa38

Please sign in to comment.