Description of Problem:-
The file radio-button-widget.e2e.js has a testcase title 'testing the Radio Button Widget for the No pre-selected option Entered a Hover effect`. The testcase tries to capture the screenshot of the hover effect on radio buttons.
VRT image basic-radio-button-hover is not able to capture inspite of using t.hover(option).
Please find the list of the attached files for more details.
Also the project is in Github which can be accessed from the following repostiory.
https://github.com/CuriBio/mantarray-frontend-components
Kindly request you to suggest me the right way to capture the hover effect on radio buttons using a screenshot.
Thanks,
Raghu
Hello,
I had some issues with building and running the project from your repository. Could you please share a public url of the page to reproduce the issue?
Hello Dmitry,
Following are the steps to build and run the pages:-
a) Step1 : access the folder mantarray-frontend-components and run npm run build
{this would compile and produce a dist/ (folder)
b) Step 2: from the same folder run npm run dev to observe that the server runs on localhost
on port 8080
c) Step 3: access the following URL
http://localhost:8080/playback/controls/player/radiobutton-widget/basic-radio
Then just move your mouse of any of the radio buttons (warm, cool, blue/red, purple/green)
on your browser you will observe the hover working (verified on chrome browser ver 88.0.4324.96)
Hope this helps.
regards,
Raghavendra. R
Thank you for the clarification.
I followed these steps, and I've got an infinite spinner with a console error:

I tried to run the application in Ubuntu 20.04 with Node.js 14.15.4. Could you please check if I missed any steps or if I did something wrong?
Please try to run an npm ci or npm install prior in the repository, you seem to be missing some dependent library.
-Raghu
Thank you for the clarification and patience. I managed to reproduce this behavior. It seems that the Hover action doesn't work in this case. We'll research the issue and notify you once we have any news.
Hello Dmitry,
We need a resolution to the issue as soon as possible, as we are waiting on
fix, so that we can in-corporate a validation of the testcase.
Could you please help us on the Bug Report T969328.
Regards,
Raghu
Hello,
Thank you for your patience.
We are still working on the fix. I cannot give you any exact time frames though. We will notify you once we have news to share.
Hello,
Thanks for providing the hotfix, could you please let me, by which release or timeframe we would have an official release such that, we can update our CI environment from the npm packages.
Thanks,
Raghu
Hello,
You can use the latest TestCafe Framework module release (v1.13.0 at this moment). It already contains the fix for this issue.
Dmitry,
Thanks for the update.
-Raghu