-
Notifications
You must be signed in to change notification settings - Fork 46
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
OEQ-1811 - fix(selectUser test): remove findElement #5005
OEQ-1811 - fix(selectUser test): remove findElement #5005
Conversation
1 |
2 |
3 |
4 |
5 |
I didn't see the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good thanks @edalex-yinzi . But...
I am slightly concerned that in your last three runs there were multiple instances of com.tle.webtests.test.searching.FavouritesPowerSearchIntegration
failing where as I've not see that fail before. Considering 'Power Search' is the old name for Advanced Search are you sure this is not related?
|
I can try to fix this in this MR. |
I think I just asked Penghai two days ago if this test is new, and he said no. Is this FavouritesPowerSearchIntegration test @PenghaiZhang ? |
|
Ah! In that case we can probably merge this MR. That can be fixed elsewhere. |
Checklist
Description of change
I think the issue is when you input query in the user selector dialog, the result won't be rendered in the dom immediately, which causes the
findElement
to fail.