Skip to content

Commit 4d8d84f

Browse files
committed
test: fix typeInField test
1 parent eee4f6d commit 4d8d84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-simulation/src/interface.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ describe('typeInField', () => {
964964
'baz',
965965
),
966966
).rejects.toThrow(
967-
'Expected an element of type "Input", but found "Button".',
967+
'Expected an element of type "Input" or "AddressInput", but found "Button".',
968968
);
969969
});
970970
});

0 commit comments

Comments
 (0)