mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 20:19:14 +00:00
Fix: Cannot read properties of undefined (reading 'getProfilePicFull') (#1362)
* Fix for issue#1356 - Cannot read properties of undefined reading getProfilePicFull * use cross-compatible profilePicFind function Co-authored-by: Joaquin Touris <joaquin@192.168.1.6> Co-authored-by: Pedro Lopez <pedroslopez@me.com>
This commit is contained in:
@@ -279,7 +279,7 @@ describe('Client', function() {
|
||||
'Wap',
|
||||
'WidFactory',
|
||||
'findCommonGroups',
|
||||
'getProfilePicFull',
|
||||
'ProfilePic',
|
||||
];
|
||||
|
||||
const loadedModules = await client.pupPage.evaluate((expectedModules) => {
|
||||
|
||||
Reference in New Issue
Block a user