From 42beee97bef930bec60c586b7f0e2a968856af0e Mon Sep 17 00:00:00 2001 From: Dat Hoang Date: Mon, 14 Jun 2021 10:52:21 +0700 Subject: [PATCH] Update the comment --- tests/e2e/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/utils/index.js b/tests/e2e/utils/index.js index 7268591b..073facc0 100644 --- a/tests/e2e/utils/index.js +++ b/tests/e2e/utils/index.js @@ -59,7 +59,7 @@ const schedulePost = async() => { // wait for popout animation await page.waitFor(200); - // Get the date after four weeks since today + // Get the date after two weeks since today const today = new Date(); const futureDate = new Date(); futureDate.setDate( today.getDate() + 14 );