Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed May 3, 2024
1 parent dfb4b84 commit 5e84855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/Repeater.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ context('Repeater', () => {
});
}

cy.wait( 100 );

addItem( 'Home', true );
addItem( 'About Us', false );
addItem( 'Careers', true );
Expand Down

0 comments on commit 5e84855

Please sign in to comment.