Commit 2cb13e68 authored by Ben Hayward's avatar Ben Hayward

Adding flags into tests

1 merge request!566WIP: [Sprint/NuancedNumbat](fix) E2E tests for staging and production #1948
Pipeline #83888034 running with stages
context('Channel image upload', () => {
before(() => {
cy.overrideFeatureFlag({
'permissions': true,
});
cy.getCookie('minds_sess')
.then((sessionCookie) => {
if (sessionCookie === null) {
......
// skipped until feat release
context.skip('Channel', () => {
context('Channel', () => {
before(() => {
cy.overrideFeatureFlag({
'permissions': true,
});
cy.getCookie('minds_sess')
.then((sessionCookie) => {
if (sessionCookie === null) {
......
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