-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate problem triggering assertion in Alignment#createAlignment() #598
Comments
After further investigation it turns out that this stems from the following issue: The In order to reproduce this issue:
|
This also happens using the Run |
Good catch! AFAIK both recheck.cli and review use |
I noticed that in the UI the elements are already shown twice, which I found odd. Upon further inspection it turns out that the two affected tests in Changing the names, adding folders for the new names and copying the existing I feel a bit bad that I opened the issue here and not in |
Since I have stumbled upon this again (previously avoided via recreating the GM), I will try to take a look into this in more depth, as I currently have a reproducible test case.
|
A short investigation into the failing tests in recheck-web shows, that it seems to be related to the volatile (absolute-)outline, which makes the While this is certainly no solution, but more a workaround, I would propose the same steps done with #726: Use the Because this has been the cause for multiple issues, we should give retest/recheck-web#200 a rethink as a mid-term solution. But long term, we should rethink this approach and how we handle such volatile attributes. |
Before submission, please check that ...
the documentation does not mention a fix (e.g. wrong API usage, ...).the bug is not related to a customization (e.g. custom implementations).Describe the Bug
When running the integration tests for
recheck-web
, an assertion inrecheck
is triggered. (The problem is visible in therecheck-web
integration tests, but stems from a problem inrecheck
)This has not been present on earlier runs on the CI system when using Ubuntu 14.04.
How to Reproduce?
Check out
retest-web
, runmvn clean verify
on Fedora 31 or Ubuntu 18.04.Setup
Steps to resolving this issue
This involves work across both projects.
form-page.html
to the minimal HTML needed to reproduce this issue (recheck-web
)recheck
)recheck
)@Disabled
from the failing tests inRecheckRemoteWebElementIT
(recheck-web
)The text was updated successfully, but these errors were encountered: