diff --git a/pages/API/globalProperties/globalProperties.test.js b/pages/API/globalProperties/globalProperties.test.js index 0e787f5dadbd7d98c9cb10db68d0918f65c98295..621a39b2400d044b143e534ffa785aa2766dab20 100644 --- a/pages/API/globalProperties/globalProperties.test.js +++ b/pages/API/globalProperties/globalProperties.test.js @@ -50,7 +50,8 @@ describe('globalProperties', () => { }) expect(data.globalPropertiesFnRes).toBe('globalPropertiesStr: new string, globalPropertiesNum: 100') }) - it('screenshot', async () => { + it('screenshot', async () => { + await page.waitFor(500) const image = await program.screenshot({ fullPage: true });