Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
806
Merge Requests
52
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
c459fbe6
Commit
c459fbe6
authored
2 hours ago
by
Xander Miller
Browse files
Options
Download
(test): skip scheduled post test
parent
e56f318f
test/new-e2e
No related merge requests found
Pipeline
#93601262
passed with stages
in 47 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cypress/integration/newsfeed.spec.js
View file @
c459fbe6
...
...
@@ -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
'
,
()
=>
{
x
it
(
'
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
'
);
...
...
This diff is collapsed.
Please
register
or
sign in
to comment