Skip to content

Commit

Permalink
Fix scroll channel messages spec (mattermost#4835)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Baylon authored Feb 6, 2020
1 parent 2079c8e commit 38eaabc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ describe('Scroll channel`s messages in mobile view', () => {
cy.findAllByTestId('postView').eq(4).scrollIntoView();

// * check date on scroll is two days ago
cy.findByTestId('floatingTimestamp').should('be.visible').and('have.text', twoDaysAgo.format('ddd, MMM D, YYYY'));
cy.findByTestId('floatingTimestamp').should('be.visible').and('have.text', twoDaysAgo.format('ddd, MMM DD, YYYY'));
});
});

0 comments on commit 38eaabc

Please sign in to comment.