What changed, and why it matters
This commit only updates automated test files. It renames a test helper class from InputFlowNewCodeCancel to InputFlowNewWipeCodeCancel and adds expected screen-image hashes for a wipe-code cancellation test across many languages and device models. No firmware source code is changed, so this cannot affect real device security.
No security action needed; this is a routine test-maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to tests/device_tests/test_msg_change_wipe_code_t2.py, tests/input_flows.py, and tests/ui_tests/fixtures.json. It renames an input-flow helper class and updates imports accordingly, then records new UI fixture hashes for test_set_wipe_code_cancel in multiple locales and for multiple hardware variants (T2T1, T3B1, T3T1, T3W1). There are no changes to core firmware, bootloader, crypto, or message-handling logic.
Changed components
tests/device_tests/test_msg_change_wipe_code_t2.pytests/input_flows.pytests/ui_tests/fixtures.jsonInspect captured patch +27 / −3
diff --git a/tests/device_tests/test_msg_change_wipe_code_t2.py b/tests/device_tests/test_msg_change_wipe_code_t2.py
index 7ea15071c..2a208a4b5 100644
--- a/tests/device_tests/test_msg_change_wipe_code_t2.py
+++ b/tests/device_tests/test_msg_change_wipe_code_t2.py
@@ -22,7 +22,7 @@ from trezorlib.debuglink import LayoutType
from trezorlib.debuglink import SessionDebugWrapper as Session
from trezorlib.exceptions import Cancelled, TrezorFailure
-from ..input_flows import InputFlowNewCodeCancel, InputFlowNewCodeMismatch
+from ..input_flows import InputFlowNewCodeMismatch, InputFlowNewWipeCodeCancel
PIN4 = "1234"
WIPE_CODE4 = "4321"
@@ -126,7 +126,7 @@ def test_set_wipe_code_mismatch(session: Session):
def test_set_wipe_code_cancel(session: Session):
with session.client as client, pytest.raises(Cancelled):
- IF = InputFlowNewCodeCancel(session.client)
+ IF = InputFlowNewWipeCodeCancel(session.client)
client.set_input_flow(IF.get())
device.change_wipe_code(session)
diff --git a/tests/input_flows.py b/tests/input_flows.py
index 618f31f9b..375c97fc9 100644
--- a/tests/input_flows.py
+++ b/tests/input_flows.py
@@ -91,7 +91,7 @@ class InputFlowBase:
return self.debug.read_layout().title()
-class InputFlowNewCodeCancel(InputFlowBase):
+class InputFlowNewWipeCodeCancel(InputFlowBase):
def input_flow_bolt(self) -> BRGeneratorType:
br = yield
assert br.name == "set_wipe_code"
diff --git a/tests/ui_tests/fixtures.json b/tests/ui_tests/fixtures.json
index 258c73cf2..b7f3dc31c 100644
--- a/tests/ui_tests/fixtures.json
+++ b/tests/ui_tests/fixtures.json
@@ -2545,6 +2545,7 @@
"T2T1_cs_test_msg_backup_device.py::test_no_backup_fails": "b41e062c409ab07e1bbf704410aaa8a7eeebcdc82bee83255b732df3b1cef3ac",
"T2T1_cs_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "1eaa169b6acf9cbc40d05940cfe071e18b17819bc7dbca391acc499a649542fb",
"T2T1_cs_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "0b0b6e14229d0ee22ef9a9378eaf270e28dafae728a0cb3bd9faa1d33d76416a",
+"T2T1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "af0e45ea82d3c25dfe47692ae5e6190c080658f822b53050431a97e61dfbdca9",
"T2T1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "b2c48463f09cc008a9ebdbe9c95f5eb563623f0008b18945ed8bf5d1d90f58c8",
"T2T1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "0033dac8fd570deb8d7fbec0b8648f6c650dcaa83872205abb59317880984567",
"T2T1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "645ec261f129ee30f70cab77bde6e6955a36e4876110b25bd2d909c39e2b5db3",
@@ -4090,6 +4091,7 @@
"T2T1_de_test_msg_backup_device.py::test_no_backup_fails": "fbb1bb46e877077aa4a58624eabc31eb8eddddd614dad1f2c9ab82fc93a43ca1",
"T2T1_de_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "1a80a53a5440b8351a96cccc1a9bb7a74be682d71901f3bc3429c1c2822f68c0",
"T2T1_de_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "9626bc9ddef8fba11dc3573997dffc8064336d32b0b2476937698d8ac7c84701",
+"T2T1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "2499d86ec845c2abb86c584c236203899461462d392376625907f5c1615c1549",
"T2T1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "abe27899f76a44556ac0db93e567513d52d814c424fbcd8a6986e11707d83158",
"T2T1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "ad7ed6d18f25e627c928795033cce24e6ef9159b4828a1a211bd961844758e57",
"T2T1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "a875951c7046c8b3e4cef455d34b6af19e4bc989b8f2e581f61575ca6393326f",
@@ -5635,6 +5637,7 @@
"T2T1_en_test_msg_backup_device.py::test_no_backup_fails": "068b76a6436dd51195b719f513e17421c7c41e0bdf9ea10b9f81305ea927cef3",
"T2T1_en_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "fc43de750d8ad2521024d71d2b5d6f75358f5e049d9cdba2c7fa879de45a4c19",
"T2T1_en_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "af2a3bb9305e50126b06f1d4b6579a4c7679f9555162b92f25fd2c925dbcbd0e",
+"T2T1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "bac499df364cca25874a625108b24a1a105b58d049ebb4acf46f9f4b9d84771f",
"T2T1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "6c4257bd69390d1d8db03242ff535d35231386f33b88894da9e903b6d9dfec81",
"T2T1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "89621f06f9f9bb2fdc54178d344cf053a8fa4d608af9f1907124e65db6083f41",
"T2T1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "ddb9d6d857578ee033617ee9558ae80a035e155484478bd4f79f1e11b5e57151",
@@ -7198,6 +7201,7 @@
"T2T1_es_test_msg_backup_device.py::test_no_backup_fails": "ce9fb4365a354d655b4512d0acc849c4dfa91c8e22885c6abcba685375034786",
"T2T1_es_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "fc75da3121b60bea070becd9225bc311a7ac8707d7c92e86cd5f3b1eb84ec88e",
"T2T1_es_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "803d425999a191433d9946b272139e83eb54772121a1efbc9af86fa0ac823dc6",
+"T2T1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "a3ceaf1c42cfa0b442525c37b8e585847633a3e76a175abf7a5ed0c09c0079b0",
"T2T1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "a6e434c826ed2abd21a12aefdf771547f8b173b3e134ae625e048ab570ebcc8e",
"T2T1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "dd5578a2df20288e0b774727b30ae1b0de9b5f7311ea37f0c566427a9e4fc5d8",
"T2T1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "421ac55027eec0b78b784b77b605cc32be04806884e76588da205863260c6d37",
@@ -8743,6 +8747,7 @@
"T2T1_fr_test_msg_backup_device.py::test_no_backup_fails": "b5307ef47f268893841f308f4db3d8a4fc4f5099d2deaa513dc0a39ff44d007c",
"T2T1_fr_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "737f0a6f2bce2040b3a72812d629f32d04e1ac0f401f7b71b06503d1eecc4b27",
"T2T1_fr_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "abd918e6921498137b910fadc05b0e94e45e25c764ca53461bec47ff8ca01dcb",
+"T2T1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "94b7c9d4ab59f94700f2af7f132cdf114c4849a7db804b763a8b5ca6b172c246",
"T2T1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "a19d68232ab3df502954d539f66d6d8a8f562d007057070e01ee0ac3ac57b6a6",
"T2T1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "b02aeeaa35fcfbed681055553c5ae076486cefd79a8dc4ccc5a6b4ce06a53a82",
"T2T1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "a2bb647c66f99eccb139aff80b32e2978ea442e40e40b2a02c84cfd0ba31c495",
@@ -10288,6 +10293,7 @@
"T2T1_pt_test_msg_backup_device.py::test_no_backup_fails": "0104fb92a66a21ec2e5e9e228a0868ba77bd1b5c4e31a3d51e8702ac92fc1ed0",
"T2T1_pt_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "5dda5e59f86019f0b1890813fbf2343a1473056b8b5f7758b08431ae58d2ff15",
"T2T1_pt_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "cb17fcb03cee6c098154ad1ebd8f8aa7c3379bd5bc66d336c847e257cfd52b92",
+"T2T1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "300ea85d34051e05650efae8132dcb958b73bc85f68df944f11e8d8a743912ef",
"T2T1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "fb2e4e5f88c1ee2a016d140ad300aee0adfedeea070933452062c0a46a6b1dd1",
"T2T1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "126354b1c5e07d239784c3d82e64df7f31cbf9e4976d4859a5615d35428afe9c",
"T2T1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "c49ca71f36b284ceb3313ab94a2915a52d580c96f3ad19f3c2efb55974fa573b",
@@ -12055,6 +12061,7 @@
"T3B1_cs_test_msg_backup_device.py::test_no_backup_fails": "9f76d6f38e98c3bfbcf74f074e280c99fbaf95e44b38e10b996a3ba9a89aeceb",
"T3B1_cs_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "a40aa7d566918c5c16ae590c78873928b0d4ccb5f5d4f362951c1aa7261e8d92",
"T3B1_cs_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "4025fb9c12197c267842c79a1e78239737910eed2a23a0c5bf1f95fda3eee3e7",
+"T3B1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "062e5420a13b7cb3fdcb8e94ce75c0a4b7f82f525a5767ac81223c2cf73fcad3",
"T3B1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "28e621b5fa2752d5f6cb8f495bee95b27a24a37b0be545391a4cc004673a43a4",
"T3B1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "4d6763528b553c5063fd73416b1d0ce60b110fc0b8e04e72473a95e8cf2dcfe8",
"T3B1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "7b6ee2205c5550cf19c26a3d0293dd4f083c8a2cbf4ee6225edea28f0c664358",
@@ -13517,6 +13524,7 @@
"T3B1_de_test_msg_backup_device.py::test_no_backup_fails": "6fa1a92dbf230cbe4d9e9c989f14202b9c94ae7b3c2dec968c96601c5f7f7ef8",
"T3B1_de_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "1fe3a658fc15d784044dfd4552b6da94e8392917f708a2496652b4ad804b3bb1",
"T3B1_de_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "e7f82bf6fdf0378979fef66dc3fa83a33f34b85b55d4aa814f552d5c9f5371bb",
+"T3B1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "9008d7b6473a9a1f3a6a107612e2ed921422f8ce5698f66a0bf6c608024a9a49",
"T3B1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "06ed573418e145a0d07ba7337e5bc47d8c200c5ed1a799fbe5ddfdb724d0fdf2",
"T3B1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "17ecf0a2b9a207170f5521ae9af5afb4b1a014364ba12d55308d29d6a9fcc71d",
"T3B1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "a7bd5217ba3ac86ccd7926d97a91e0af4e259161152421d487fae778880c0172",
@@ -14979,6 +14987,7 @@
"T3B1_en_test_msg_backup_device.py::test_no_backup_fails": "0484e92a23a5dcbe9b46d0ce7b582a809317177f6ad3d96788b680081d130026",
"T3B1_en_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "ef1434e347d8feca3de1c9a27550507ce70b375452f6a01c21c31ca396fec9f6",
"T3B1_en_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "37c8de0f61bfe2889b99d180130535224c9343944bb188995862e27efdebb3e1",
+"T3B1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "a9c5f78e0f20b43cc9737a8fce19fb607f30ec666b9ba2a6b7631d37f57193e6",
"T3B1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "d07724b6e42aae235c8196b87f77e65d2d4b72678ee0a1101c453fd9e4d4e286",
"T3B1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "f4d4d84f886c7019ae218100a1a23b201158f9677a734cd366ddc7c521202723",
"T3B1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "eac248a9b3a42dc542f33e88ad83ab8d6c7fdcc822d796e78dc492e6132fb52a",
@@ -16441,6 +16450,7 @@
"T3B1_es_test_msg_backup_device.py::test_no_backup_fails": "22c3fb9caf9ebfdb53ecac9edd21ed474cab77d283cec6ab195ffd66c5ef1de6",
"T3B1_es_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "9600441d5df48269c9d8da6c3c7b553e3da2ff3d5b2400709d824da5fcc3b8bf",
"T3B1_es_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "7337055cbea10a2283e775fb8ec576171a7d7d2a40ac454823c9a45cac2c8a39",
+"T3B1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "419261e56a745d448d1a9d8dfe272e6174fcb23f30a57375ff1fd6a5a78b35d3",
"T3B1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "8aca294c3ceb45660a13ed9e62acbca92606152a72a91805a3368a74596c97d9",
"T3B1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "2cc98a65fa1ec3e272162502ab0497a54d6ddfea68ee60ac77ddd1756206d27b",
"T3B1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "6471c793592ad16ec99702a0cc749ee5b5d6803baa006de275d177b50a55aaea",
@@ -17903,6 +17913,7 @@
"T3B1_fr_test_msg_backup_device.py::test_no_backup_fails": "0c798d1110a4755b5fa69003a987020ad9f83609bb3d471c81d8323c94f635d0",
"T3B1_fr_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "5f0e74e2e182cd4379ac924fa870c2834fda691734eafdc3c17a4062dfe7a3b3",
"T3B1_fr_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "ac7dd6850e33db7eb39b1c65a1763c38aacf953537acd7c706ccaf0e35d39d85",
+"T3B1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "e8c5192f2b3dcc0526e3cf49a51e693094d4bb1c5398580b606174bdd8f274e8",
"T3B1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "a80daa1abd94f59c565be74b0965e5c70c18af211725f28185adfdd5610e714b",
"T3B1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "e77977a0e9de12ff4eac185b92c669c45acdce69644f10bc7fcd60f1161c5890",
"T3B1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "c1a85f38c565d284ec61d4cfe7e323ea63b70810205ec39d04df8298c5f20187",
@@ -19365,6 +19376,7 @@
"T3B1_pt_test_msg_backup_device.py::test_no_backup_fails": "d64cf222c5aa1f13159b5721726717a88d2c97c677b3df24ab973589e024aa13",
"T3B1_pt_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "f59c4795628c8126e02649854d7350b1acc97fb80f7b36a5d1d0228cf7e7b650",
"T3B1_pt_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "7e6677b0dfeee816c685117e55330d7eff5d3bbff195b19377813f8747e85595",
+"T3B1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "5ca98a5b3e841f127bffa29fd548b8f2fd5595c0cc456f9c7484eb35f3c7ad91",
"T3B1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "bba0e6a7f4dcd2e7bf39cc8be712c0c87900cc19356e2a87b973399d8eee2017",
"T3B1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "94970630b4f90cfb2c48e16fc8a112628887c80302b8af9ed6e703bd8addfa3a",
"T3B1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "51ef5a3c4b6bfcb52f33d86feba5e70724e4b075e5a30def5881d3ad42e1f52d",
@@ -21221,6 +21233,7 @@
"T3T1_cs_test_msg_backup_device.py::test_no_backup_fails": "950aa0290a417326d1056d9434fe31c7e3e938fbc6ac988ba2e5230dd5bb4452",
"T3T1_cs_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "3e5c953a5eae92a3c98d8f9939b9db357eeed7f434914e7cddc686d38040f362",
"T3T1_cs_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "dc8b2b2fcdb3f52915b946c26157d29e9b080d0b10e4a752cccfd688c5a9b8a4",
+"T3T1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "4f5cc81831fcf05c307fe4e017a7f9c3893caa8dd361785352faa0ef21d17113",
"T3T1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "f5b06064990bf86886755e46829e23fe7a5f2a56402e95f8977e9d0fc336daa8",
"T3T1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "5e2a68cc07ef3c4c6648ac3c4b0565cb082487c01241c742b67a40ee767bbe4d",
"T3T1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "170c0661f63b15086800caf3a317c833a7739d4e299e63cb774338113e643d63",
@@ -22714,6 +22727,7 @@
"T3T1_de_test_msg_backup_device.py::test_no_backup_fails": "905c08a2668fcaebd94ed0ef8e6974842203de9f1aa6079ef11da52f9c32eb62",
"T3T1_de_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "0b43f5ee90b888e5d5d1f506dc61f4e8658e7169421b8730bf44aafdceccad25",
"T3T1_de_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "f5d256aa20871e6a9a0ba592ee4a0f6339c9cec0e3ac449c780b4dff1c884c75",
+"T3T1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "fe6a0f861c16e4eb030e542fe058e4c6ecf37e4daec69d1127ee50d770b4085b",
"T3T1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "e4a63cb7b7227307a0f1eea179451cfa426e406d74a87bc4f1f8f15ac348ee91",
"T3T1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "e9191cfa5597974f679667cc872e42777a27672aef8d6365493861dec7de3b1f",
"T3T1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "eb27b288a95c8af49027a8df47f377b0ce6eda0a0cd662f6cc991340b68a0304",
@@ -24207,6 +24221,7 @@
"T3T1_en_test_msg_backup_device.py::test_no_backup_fails": "cd5be6b333b0b90d72462f83884e12743b2b88eb9ffa5578219bf4c741311d5a",
"T3T1_en_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "d2c22f925c34c3cfc9b739ccc74451e07e64f5bfef4885b8ebf7a4c907a7c645",
"T3T1_en_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "00e4c39ae73660591da8355fc8cc9275893c4792eee6bcb222e2a2f16fade1d5",
+"T3T1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "dba8f014788a02ba7f0d0fa1ab35a5afa6a8b04c9276449b7ed3d22bc53f97b1",
"T3T1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "3c97aa9f7233dca79ad29cc0b8c4cad2e9b4b8fbefcb477dfd74f5899a959444",
"T3T1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "3a2677b1abcd46491398329a8b1f57f6c6183d01e9b76b274b1d7af203f1714f",
"T3T1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "1de1607826e87c3db24b7740e097c3b5c36a9e2f26534084276226bc5b2e4e7a",
@@ -25700,6 +25715,7 @@
"T3T1_es_test_msg_backup_device.py::test_no_backup_fails": "462475ac05aa7f5475dff48752b7726298cb551a22ba352861c1db866464905b",
"T3T1_es_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "1fdacebadb2602d19ac3a3183207be2dad5bf58bb675c9a2f4e4ac1b2956d42d",
"T3T1_es_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "45204a392ba729e5c290730609bd18640edc4a053dc47cc10f5ba5b1f6b4d0bb",
+"T3T1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "3e374eb4e1b0aea7e2e0d2bb097aa4a5813666e3358dd4f88c573bb648251655",
"T3T1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "e925367ce1dfd591b14bc0961dfdcf022be8641e24600dae2b9dcd5403313e90",
"T3T1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "589a8cc71f7494334e7d813aa9e924871fb8e0b1a28516ad9da475aa98f35c34",
"T3T1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "a2b58cddcc2a5443bf16ad306df49a42f6d86c15e124feef2a78d0fe93accaa8",
@@ -27193,6 +27209,7 @@
"T3T1_fr_test_msg_backup_device.py::test_no_backup_fails": "87eeccb9d594b1ccad0db294dd9b018d3957c263049ab2fd069f49366e78699b",
"T3T1_fr_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "4f8ac182a0438c05eed9ac1f08da96450099f37f4e08af3b534339d26ac1e700",
"T3T1_fr_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "23223464ad99c51e1e23d7a27fb5caf55736a9c8e9d71b9229ab729385ab44ec",
+"T3T1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "56871e40e413acd37501d172678969f74f42d57056d97f68c96e4af22658daae",
"T3T1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "70783065727429d57c9b1bcacbbbb41c978e2ce04f2fd278cb0fcb07a560ba76",
"T3T1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "60b2f667b2ad6af82f28d0568511f88e9710d5b2d2b43036d4f983a4f2f522f1",
"T3T1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "e2d085e3d58f0130ec01a683fe40d8d76a3467e3547672c426d2c692e011afae",
@@ -28686,6 +28703,7 @@
"T3T1_pt_test_msg_backup_device.py::test_no_backup_fails": "658d92205b0d1d82441f9f9231b8eec4402eec487ad292bee6d53b2b5b23fa0f",
"T3T1_pt_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "6139cfbde86f325bcfeec0cfaef4b761b5b5532a5828b5206fb572594745161b",
"T3T1_pt_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "41d4fbc56b65d8dca4b291ab4eb6c5379518b28da3eee5d0b3416ced1b86b856",
+"T3T1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "89da66260487c277f59a5ffa482aaf4cf981cbce11a0fe1d74e4d7e537f82f26",
"T3T1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "fff7af25bee72cae4e62d44d007527db02c042720a2e84a5f066ad376d682fe5",
"T3T1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "d106587617cee5e2fc137a8dd60614bcad2afebe639c3369ce9c66aeeef880d1",
"T3T1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "e5fd06c76d068a1bf15514066bc5208489184f418cc2a3d36c1f83d777f8074c",
@@ -30555,6 +30573,7 @@
"T3W1_cs_test_msg_backup_device.py::test_no_backup_fails": "d19e7595c0cf0e67ba02f980571b6a2ac492b16326eac379415774139a24d30b",
"T3W1_cs_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "ef108c201924f40548f9f8c325cb14d51fcf90182bb4d08a9c53a2857078032c",
"T3W1_cs_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "257de89f5f6e28c3a15c2e321fb74d4c5f29d77742df41c79f2f5c36772e48df",
+"T3W1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "8d9b63c4ebf23b3f0226c73b82e21b1f6f02a71e9057e5b44fb06d8ad3a6a9f1",
"T3W1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "e2ebd339e0ff0ae46ba14f477db425e470871e34c483232bd4d6d7556d33e633",
"T3W1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "f428f15043d93ac6e6d935a661d3a312e775d83add8b5eeca69e87ef44513ace",
"T3W1_cs_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "034068c9716f49e54ebae5ed4f98e6795ae7b827cf133268d8a1b4a6e195f950",
@@ -32043,6 +32062,7 @@
"T3W1_de_test_msg_backup_device.py::test_no_backup_fails": "32f7ece1a421303cf214be5af0d36255a4ae85750129df37a4862c1e540b00e5",
"T3W1_de_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "b9e74cf76e397530c5577d0aa18107b998b65c2b8b7a434303f96c5639bbe196",
"T3W1_de_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "80e1783915cb1c88b2ef4884f2e5477a12eb3a653cf279155b3816e9b9504c3a",
+"T3W1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "3dd9028406d7d84f59f1b9ea1eb9ab155f4e9d643e7eda88203ea18b9ea1f524",
"T3W1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "9aa191f985dc80bc0683b96f6ee56faf9a984ff4686add40e87866191c41c4a7",
"T3W1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "58a0e6b8a2be34856a851d886e7f1cb36e54b5c42015908e381edbf48c3b1227",
"T3W1_de_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "59e98b99f3f5f319eeb4931954ed10b4c1bfc9a5dabef71670eb925df01e1bea",
@@ -33531,6 +33551,7 @@
"T3W1_en_test_msg_backup_device.py::test_no_backup_fails": "395556180048c5471d78770521fc625d75062b1774b3a64f0e0bb758faae556a",
"T3W1_en_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "ca104ae190870e72a4e296d0a9a7313cf4d180b2eac6e894fa1c26c82379e2ed",
"T3W1_en_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "69238638db0ebdd48e7b486d3a656994877a4164322f802c0e55b5fc4148fc68",
+"T3W1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "7164b1fe2ecdb99f287dab986266e57413e0b5cd5641dad2877d20c6592e4e5f",
"T3W1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "5608d503a9a9e6d46b1356971496d080ea79d39c1c8eaf82242e00740a63c896",
"T3W1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "840ea5a87e02b1ce92975da3796420d5e9c26b6907712d8a73a7dbf7a0666564",
"T3W1_en_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "96c23e1bd737b9324d7ac005841c94e0f250a6dcd3b2be4cef2ef6d3e722ef91",
@@ -35019,6 +35040,7 @@
"T3W1_es_test_msg_backup_device.py::test_no_backup_fails": "b793498c5928d31ce35348ef10b92121136c03de9ad435c906ee8091b79aa553",
"T3W1_es_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "41e76e1af833d23871b373b5e6fdb03ba9aeab451da9c331a2bbc64042ca2531",
"T3W1_es_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "c5f0285240975786cd25c631fa1b97e125de21ea8e2efb81f8536813b9c07569",
+"T3W1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "483aeb1ab1b630c674f6eabcb1962977b5d475bb84ee00bd79d2bc0383d1ef1e",
"T3W1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "bd62817d55a2c6bd80c10599518ae929bf9a3f733e3696ffad539b9a6f123c10",
"T3W1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "e6a9b1c6459418c4015da6fa921eaafdf57c46f01135377a8b705d6e27e1ab6d",
"T3W1_es_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "8fa36d0fa63f3d6f4b18b24eb17cf84b15c529d69b43f70abd4c37d206b3a802",
@@ -36507,6 +36529,7 @@
"T3W1_fr_test_msg_backup_device.py::test_no_backup_fails": "3ca3d8dcf5e57671e92ae1dca97e7766dfbd9e3ffaf9343731d4f06580235fc9",
"T3W1_fr_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "8dd07a1cdc161bbb5addefddcd1e18b55260eeea7d1cb4c9b2153aa1b6a8dba6",
"T3W1_fr_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "ab0052e15c7e5aab5bbff2a078cd112c48062314a2777d2a6a84654352d3ddf5",
+"T3W1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "a78e32be69bf2eaea837f5890d48386af6bc4dfa246d73381249eb4f56715b3b",
"T3W1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "bbe976c5c65e1ad26963a42a2e808d0ce690e55d2f3e3cc7915e933a78267a1e",
"T3W1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "7995b35f141748a152ab924c2b48f35eb3855cddb587368fad8aea80b74a80e5",
"T3W1_fr_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "188227b01a646f416a02decfbf702603ca895627684d7f0411b5db1daaa39899",
@@ -37995,6 +38018,7 @@
"T3W1_pt_test_msg_backup_device.py::test_no_backup_fails": "3ed92e9990189e2e2ca4614e55e9abee6f5373778f3501a53cd4074f3d07d02b",
"T3W1_pt_test_msg_change_wipe_code_t2.py::test_set_remove_pin_without_removing_wipe_code": "ad5ca945e2efa4380c6fa9c45386e3594f30f5ad1387953ea3202b8d5a0fe939",
"T3W1_pt_test_msg_change_wipe_code_t2.py::test_set_remove_wipe_code": "b8e1b31372b562a49dd39879da970d026aa522e06899415ce6dc943dd57b20a3",
+"T3W1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_cancel": "5664822f788c90643eb373f33227e29c8f2f7ebf228f125b97b4c14b420ed708",
"T3W1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_mismatch": "886849045d826247b5e06d068e7215afc231954f962a8bfcb49bad0107ff0996",
"T3W1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_to_pin": "12158eddf8af0fa7dbdad44ae01a54db8bfbbcefe6da1f1f7eeaefdac425fd90",
"T3W1_pt_test_msg_change_wipe_code_t2.py::test_set_wipe_code_without_pin": "aab1d474778cacfcdd47f15528a69cd8388c45c08d73ccbe5a3b917eab97fbd2",
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.