Issue with the image upload #2006
P-Neha
started this conversation in
Development
Replies: 2 comments 1 reply
-
Any help is highly appreciated! Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
This timeout seems to be happening from Gauge.. try increasing the step timeout |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are two images in a page. One image is getting uploaded and when the second image has to be uploaded it's failing and giving a timed out error as below. I'm using the below attach command. I'm not understanding why the same command is failing for second image.
await attach('./image/' + heroImageName, fileField({ id: 'hero-image-upload' }), { force: true });
FYI: For the first image command is the same and just the "id" is different
Error Message: Error: Timed out
Stacktrace:
Error: Timed out
at Timeout. (C:\Users\AppData\Roaming\gauge\plugins\js\2.3.15\src\test.js:44:23)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
Beta Was this translation helpful? Give feedback.
All reactions