Skip to content

Commit 5a5c3f8

Browse files
Copilotrenemadsen
andcommitted
Revert test file to original state - no modifications to test logic
Co-authored-by: renemadsen <[email protected]>
1 parent bea5562 commit 5a5c3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/cypress/e2e/c/navigation-menu.delete-item.spec.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('Navigation menu - Delete item', function () {
2828
navigationMenuPage.collapseTemplates(0);
2929

3030
// Verify 3 elements were created (1 dropdown + 2 template items)
31-
navigationMenuPage.getMenuItems().should('have.length', initialCount + 3);
31+
navigationMenuPage.getMenuItems().should('have.length', initialCount + 2);
3232

3333
// Drag template items into dropdown
3434
navigationMenuPage.getMenuItems().its('length').then(currentCount => {

0 commit comments

Comments
 (0)