Skip to content

Commit

Permalink
Update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
htdat committed Jun 14, 2021
1 parent 71b2077 commit 42beee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/utils/index.js
Expand Up @@ -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 );
Expand Down

0 comments on commit 42beee9

Please sign in to comment.