| OLD | NEW |
| 1 CONSOLE ERROR: key.algorithm does not match that of operation | |
| 2 Call encrypt using the wrong AES key | 1 Call encrypt using the wrong AES key |
| 3 | 2 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 4 |
| 6 | 5 |
| 7 PASS key.algorithm.name is "AES-GCM" | 6 PASS key.algorithm.name is "AES-GCM" |
| 8 PASS error is null | 7 error is: InvalidAccessError: key.algorithm does not match that of operation |
| 9 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 10 | 9 |
| 11 TEST COMPLETE | 10 TEST COMPLETE |
| 12 | 11 |
| OLD | NEW |