Skip to content

Commit

Permalink
ensure after still has session to disable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Mar 22, 2024
1 parent f12a13a commit f7482bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/pages/explorer/legacy/projects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { NamespaceFilterPo } from '@/cypress/e2e/po/components/namespace-filter.
const featureFlagsPage = new FeatureFlagsPagePo();
let disableLegacyFlag = false;

describe('Legacy: Projects', { tags: ['@explorer', '@adminUser'] }, () => {
describe('Legacy: Projects', { tags: ['@explorer', '@adminUser'], testIsolation: 'off' }, () => {
before(() => {
cy.login();

Expand Down

0 comments on commit f7482bd

Please sign in to comment.