You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2024. It is now read-only.
When taking a screenshot of a hookshot/pop-up element with dir='rtl', using a specific selector results in the following screenshot:
However, fullscreen is correct:
I think this is an issue with the wdio-screenshot's virtual scroll / element reposition for cropped screenshots. I've seen this behavior on IE popups recently as well.
The text was updated successfully, but these errors were encountered:
emilyrohrbough
changed the title
[terra-functional-testing] Add
[terra-functional-testing] VR Service - RTL Popup Element results in Incorrect Offsets
Nov 13, 2020
This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in seven days if no further activity occurs. Thank you for your contributions.
Summary of zinserjan/wdio-screenshot#94
Description
When taking a screenshot of a hookshot/pop-up element with dir='rtl', using a specific selector results in the following screenshot:
![Screen Shot 2019-05-03 at 1 21 25 PM](https://user-images.githubusercontent.com/14099737/57157841-6ac87980-6da7-11e9-95b9-130c9cd85f77.png)
However, fullscreen is correct:
![Screen Shot 2019-05-03 at 1 21 30 PM](https://user-images.githubusercontent.com/14099737/57157836-6734f280-6da7-11e9-9a28-25bb8d716852.png)
I think this is an issue with the wdio-screenshot's virtual scroll / element reposition for cropped screenshots. I've seen this behavior on IE popups recently as well.
Steps to Reproduce
hookshot-spec.js
test. Specifically this testEnvironment
Linked Issue: https://github.com/cerner/terra-toolkit/issues/278
The text was updated successfully, but these errors were encountered: