Skip to content

Commit 79078c5

Browse files
committed
update
1 parent c0e5a5f commit 79078c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/pages/settings/advanced-tab/advanced-tab.component.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ describe('AdvancedTab Component', () => {
127127
it('should toggle manage institutional wallets', () => {
128128
const { queryAllByRole } = renderWithProvider(<AdvancedTab />, mockStore);
129129

130-
const manageInstitutionalWalletsToggle = queryAllByRole('checkbox')[4];
130+
const manageInstitutionalWalletsToggle = queryAllByRole('checkbox')[5];
131131

132132
fireEvent.click(manageInstitutionalWalletsToggle);
133133

0 commit comments

Comments
 (0)