Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswaViraj committed Apr 19, 2024
1 parent 11fd464 commit 1cde9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/cypress/tests/organization-brand.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
describe('Organization Brand Screen', function () {
beforeEach(function () {
cy.mockFeatureFlags({ IS_INFORMATION_ARCHITECTURE_ENABLED: true });
cy.initializeSession().as('session');
cy.visit('settings/brand');
cy.intercept('*/organizations/branding').as('updateBrandingSettings');
Expand Down
1 change: 1 addition & 0 deletions apps/web/cypress/tests/organization-page.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
describe('Organization Page', function () {
beforeEach(function () {
cy.mockFeatureFlags({ IS_INFORMATION_ARCHITECTURE_ENABLED: true });
cy.initializeSession().as('session');
cy.visit('/settings/organization');
cy.intercept('*/organizations').as('renameOrganization');
Expand Down

0 comments on commit 1cde9a0

Please sign in to comment.