File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/manager/cypress/e2e/core/parentChild Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import {
2222 mockGetUser ,
2323} from 'support/intercepts/account' ;
2424import { mockGetEvents , mockGetNotifications } from 'support/intercepts/events' ;
25+ import { mockAppendFeatureFlags } from 'support/intercepts/feature-flags' ;
2526import { mockAllApiRequests } from 'support/intercepts/general' ;
2627import {
2728 mockGetRolePermissionsError ,
@@ -151,6 +152,10 @@ const mockAlternateChildAccountToken = appTokenFactory.build({
151152const mockErrorMessage = 'An unknown error has occurred.' ;
152153
153154describe ( 'Parent/Child account switching' , ( ) => {
155+ beforeEach ( ( ) => {
156+ // Disable IAM delegation to use legacy child accounts flow for all tests
157+ mockAppendFeatureFlags ( { iamDelegation : false } ) ;
158+ } ) ;
154159 /*
155160 * Tests to confirm that Parent account users can switch to Child accounts as expected.
156161 */
You can’t perform that action at this time.
0 commit comments