Skip to content
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

Fix ContainsEmptyListOrNullTest test #15190

Merged
merged 1 commit into from
May 6, 2024
Merged

Conversation

pinzart90
Copy link
Contributor

It seems ContainsEmptyListOrNullTest still finishes before the UI has a chance to fully update
I this PR I added more dispatcher queue processing time.


var hwm = this.ViewModel.CurrentSpace;
return (nullNodesImageCount == nullNodesCount) && (emptyListNodesImageCount == emptyListNodesCount);
});
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DoEventsLoop will fail after 20 seconds if the function argument does not return true.

Copy link

github-actions bot commented May 3, 2024

UI Smoke Tests

Test: success. 2 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests - net8.0

@pinzart90
Copy link
Contributor Author

Test passed (like many times before).
Fails on security scan (like master)

@pinzart90 pinzart90 merged commit 9257a46 into master May 6, 2024
22 of 23 checks passed
@pinzart90 pinzart90 deleted the fix_contains_null_test branch May 6, 2024 01:48
@QilongTang
Copy link
Contributor

Thank you @pinzart90 , really appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants