@@ -6945,6 +6945,7 @@ describe('actions/IOU', () => {
69456945 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
69466946 currentUserEmailParam: CARLOS_EMAIL,
69476947 isSelfTourViewed: false,
6948+ betas: undefined,
69486949 hasActiveAdminPolicies: false,
69496950 });
69506951 return waitForBatchedUpdates();
@@ -7105,6 +7106,7 @@ describe('actions/IOU', () => {
71057106 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
71067107 currentUserEmailParam: CARLOS_EMAIL,
71077108 isSelfTourViewed: false,
7109+ betas: undefined,
71087110 hasActiveAdminPolicies: false,
71097111 });
71107112 return waitForBatchedUpdates();
@@ -7676,6 +7678,7 @@ describe('actions/IOU', () => {
76767678 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
76777679 currentUserEmailParam: CARLOS_EMAIL,
76787680 isSelfTourViewed: false,
7681+ betas: undefined,
76797682 hasActiveAdminPolicies: false,
76807683 });
76817684 return waitForBatchedUpdates();
@@ -8179,6 +8182,7 @@ describe('actions/IOU', () => {
81798182 openReport({
81808183 reportID: thread.reportID,
81818184 introSelected: TEST_INTRO_SELECTED,
8185+ betas: undefined,
81828186 participantLoginList: userLogins,
81838187 newReportObject: thread,
81848188 parentReportActionID: createIOUAction?.reportActionID,
@@ -8278,6 +8282,7 @@ describe('actions/IOU', () => {
82788282 openReport({
82798283 reportID: thread.reportID,
82808284 introSelected: TEST_INTRO_SELECTED,
8285+ betas: undefined,
82818286 participantLoginList: userLogins,
82828287 newReportObject: thread,
82838288 parentReportActionID: createIOUAction?.reportActionID,
@@ -8400,6 +8405,7 @@ describe('actions/IOU', () => {
84008405 openReport({
84018406 reportID: thread.reportID,
84028407 introSelected: TEST_INTRO_SELECTED,
8408+ betas: undefined,
84038409 participantLoginList: userLogins,
84048410 newReportObject: thread,
84058411 parentReportActionID: createIOUAction?.reportActionID,
@@ -8536,6 +8542,7 @@ describe('actions/IOU', () => {
85368542 openReport({
85378543 reportID: thread.reportID,
85388544 introSelected: TEST_INTRO_SELECTED,
8545+ betas: undefined,
85398546 participantLoginList: userLogins,
85408547 newReportObject: thread,
85418548 parentReportActionID: createIOUAction?.reportActionID,
@@ -8841,6 +8848,7 @@ describe('actions/IOU', () => {
88418848 openReport({
88428849 reportID: thread.reportID,
88438850 introSelected: TEST_INTRO_SELECTED,
8851+ betas: undefined,
88448852 participantLoginList: userLogins,
88458853 newReportObject: thread,
88468854 parentReportActionID: createIOUAction?.reportActionID,
@@ -9012,6 +9020,7 @@ describe('actions/IOU', () => {
90129020 openReport({
90139021 reportID: thread.reportID,
90149022 introSelected: TEST_INTRO_SELECTED,
9023+ betas: undefined,
90159024 participantLoginList: userLogins,
90169025 newReportObject: thread,
90179026 parentReportActionID: createIOUAction?.reportActionID,
@@ -9281,6 +9290,7 @@ describe('actions/IOU', () => {
92819290 openReport({
92829291 reportID: thread.reportID,
92839292 introSelected: TEST_INTRO_SELECTED,
9293+ betas: undefined,
92849294 participantLoginList: userLogins,
92859295 newReportObject: thread,
92869296 parentReportActionID: createIOUAction?.reportActionID,
@@ -9380,6 +9390,7 @@ describe('actions/IOU', () => {
93809390 openReport({
93819391 reportID: thread.reportID,
93829392 introSelected: TEST_INTRO_SELECTED,
9393+ betas: undefined,
93839394 participantLoginList: userLogins,
93849395 newReportObject: thread,
93859396 parentReportActionID: createIOUAction?.reportActionID,
@@ -9679,6 +9690,7 @@ describe('actions/IOU', () => {
96799690 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
96809691 currentUserEmailParam: CARLOS_EMAIL,
96819692 isSelfTourViewed: false,
9693+ betas: undefined,
96829694 hasActiveAdminPolicies: false,
96839695 });
96849696
@@ -9826,6 +9838,7 @@ describe('actions/IOU', () => {
98269838 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
98279839 currentUserEmailParam: CARLOS_EMAIL,
98289840 isSelfTourViewed: false,
9841+ betas: undefined,
98299842 hasActiveAdminPolicies: false,
98309843 });
98319844
@@ -9907,6 +9920,7 @@ describe('actions/IOU', () => {
99079920 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
99089921 currentUserEmailParam: CARLOS_EMAIL,
99099922 isSelfTourViewed: false,
9923+ betas: undefined,
99109924 hasActiveAdminPolicies: false,
99119925 });
99129926 return waitForBatchedUpdates();
@@ -10176,6 +10190,7 @@ describe('actions/IOU', () => {
1017610190 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
1017710191 currentUserEmailParam: CARLOS_EMAIL,
1017810192 isSelfTourViewed: false,
10193+ betas: undefined,
1017910194 hasActiveAdminPolicies: false,
1018010195 });
1018110196 return waitForBatchedUpdates();
@@ -10395,6 +10410,7 @@ describe('actions/IOU', () => {
1039510410 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
1039610411 currentUserEmailParam: CARLOS_EMAIL,
1039710412 isSelfTourViewed: false,
10413+ betas: undefined,
1039810414 hasActiveAdminPolicies: false,
1039910415 });
1040010416 return waitForBatchedUpdates()
@@ -10623,6 +10639,7 @@ describe('actions/IOU', () => {
1062310639 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
1062410640 currentUserEmailParam: CARLOS_EMAIL,
1062510641 isSelfTourViewed: false,
10642+ betas: undefined,
1062610643 hasActiveAdminPolicies: false,
1062710644 });
1062810645
@@ -13586,6 +13603,7 @@ describe('actions/IOU', () => {
1358613603 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
1358713604 currentUserEmailParam: CARLOS_EMAIL,
1358813605 isSelfTourViewed: false,
13606+ betas: undefined,
1358913607 hasActiveAdminPolicies: false,
1359013608 });
1359113609 await waitForBatchedUpdates();
@@ -13688,6 +13706,7 @@ describe('actions/IOU', () => {
1368813706 currentUserEmailParam: CARLOS_EMAIL,
1368913707 activePolicyID: '123',
1369013708 isSelfTourViewed: false,
13709+ betas: undefined,
1369113710 hasActiveAdminPolicies: false,
1369213711 });
1369313712 await waitForBatchedUpdates();
@@ -14133,6 +14152,7 @@ describe('actions/IOU', () => {
1413314152 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
1413414153 currentUserEmailParam: CARLOS_EMAIL,
1413514154 isSelfTourViewed: false,
14155+ betas: undefined,
1413614156 hasActiveAdminPolicies: false,
1413714157 });
1413814158
@@ -14308,6 +14328,7 @@ describe('actions/IOU', () => {
1430814328 currentUserAccountIDParam: RORY_ACCOUNT_ID,
1430914329 currentUserEmailParam: RORY_EMAIL,
1431014330 isSelfTourViewed: false,
14331+ betas: undefined,
1431114332 hasActiveAdminPolicies: false,
1431214333 });
1431314334
@@ -14487,6 +14508,7 @@ describe('actions/IOU', () => {
1448714508 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
1448814509 currentUserEmailParam: CARLOS_EMAIL,
1448914510 isSelfTourViewed: false,
14511+ betas: undefined,
1449014512 hasActiveAdminPolicies: false,
1449114513 });
1449214514
@@ -14675,6 +14697,7 @@ describe('actions/IOU', () => {
1467514697 currentUserAccountIDParam: CARLOS_ACCOUNT_ID,
1467614698 currentUserEmailParam: CARLOS_EMAIL,
1467714699 isSelfTourViewed: false,
14700+ betas: undefined,
1467814701 hasActiveAdminPolicies: false,
1467914702 });
1468014703
0 commit comments