From c6556ce0560c3746ec23fd186fe5b07db6a7222e Mon Sep 17 00:00:00 2001 From: Mikhail Bashkirov Date: Tue, 21 May 2019 14:45:28 +0200 Subject: [PATCH] chore: make test date independent --- packages/calendar/test/lion-calendar.test.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/calendar/test/lion-calendar.test.js b/packages/calendar/test/lion-calendar.test.js index abb2bfd40..c1998eefc 100644 --- a/packages/calendar/test/lion-calendar.test.js +++ b/packages/calendar/test/lion-calendar.test.js @@ -815,7 +815,10 @@ describe('', () => { it('is on day closest to today, if today (and surrounding dates) is/are disabled', async () => { const el = await fixture(html` - + `); const elObj = new CalendarObject(el); expect(elObj.centralDayObj.monthday).to.equal(17);