Skip to content

Commit

Permalink
fix(addon-mobile): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerSvt committed Aug 8, 2024
1 parent 424e972 commit 6a0d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo-cypress/src/tests/mobile-calendar.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('Mobile calendar', () => {
cy.get('[automation-id="tui-mobile-calendar__confirm"]').click();
cy.get('@onConfirmSpy').should(
'be.calledWith',
new TuiDayRange(today, today),
new TuiDayRange(today, tomorrow),
);
});

Expand Down

0 comments on commit 6a0d916

Please sign in to comment.