Commit 3a61c6f
committed
fix: add missing crypto import and correct test expectation in WebDriver
- Add missing 'import crypto from crypto' to fix randomBytes error in openNewTab
- Fix incorrect test expectation in 'should grab browser logs across pages' (expected 2, not 5)
- All 5 previously failing WebDriver tests now pass1 parent 27f56ca commit 3a61c6f
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
973 | | - | |
| 973 | + | |
974 | 974 | | |
975 | 975 | | |
976 | 976 | | |
| |||
0 commit comments