Commit c459fbe6 authored by Xander Miller's avatar Xander Miller

(test): skip scheduled post test

No related merge requests found
Pipeline #93601262 passed with stages
in 47 minutes and 30 seconds
......@@ -149,7 +149,7 @@ context('Newsfeed', () => {
/**
* Commenting out until scheduling is enabled properly on sandboxes
*/
it('should be able to post an activity picking a scheduled date and the edit it', () => {
xit('should be able to post an activity picking a scheduled date and the edit it', () => {
cy.get('minds-newsfeed-poster').then((poster) => {
if (poster.find('.m-poster-date-selector__input').length > 0) {
cy.get('minds-newsfeed-poster textarea').type('This is a post');
......
Please register or to comment