Commit f052aecb authored by Ben Hayward's avatar Ben Hayward

flipped bool

1 merge request!566WIP: [Sprint/NuancedNumbat](fix) E2E tests for staging and production #1948
Pipeline #83884645 canceled with stages
in 15 minutes and 22 seconds
context.skip('Channel image upload', () => {
context('Channel image upload', () => {
before(() => {
cy.overrideFeatureFlag({
'permissions': true,
});
cy.getCookie('minds_sess')
.then((sessionCookie) => {
if (sessionCookie === null) {
......
......@@ -8,7 +8,7 @@ context('Comment Permissions', () => {
before(() => {
cy.overrideFeatureFlag({
'allow-comments-toggle': false,
'allow-comments-toggle': true,
});
//make a post new.
cy.getCookie('minds_sess')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment