-
Notifications
You must be signed in to change notification settings - Fork 675
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
Auto list not displaying when typing into the field T899095 #5322
Auto list not displaying when typing into the field T899095 #5322
Comments
This happens because we save the result of the first call to index.html <!DOCTYPE html>
<html>
<head>
<script>
window.savedCollectionLength = document.getElementsByTagName('body').length;
</script>
</head>
<body></body>
</html> test.js fixture `fixture`
.page `./page-new.html`;
test('test', async t => {
await t
.expect(t.eval(() => window.savedCollectionLength)).eql(0)
.expect(t.eval(() => document.getElementsByTagName('body').length)).eql(1);
}); |
@Ogurecher, Thank you for the fast reply on ticket #5502 ! And that the error is already known makes us hope that a fix is in sight. Is it possible to already estimate when a released fix can be roughly expected? |
@MaxStroh, The fix is already merged into the master branch of testcafe-hammerhead and will be included in the next TestCafe version. We can't share a timeframe as any personal estimate may be misleading, but we usually release new versions every two-three weeks. |
The fix was released in |
SC Ticket
https://supportcenter.devexpress.com/internal/ticket/details/T899095
Test
Error
The text was updated successfully, but these errors were encountered: