-
Notifications
You must be signed in to change notification settings - Fork 74
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
SeleniumTesting: fix TODO tests for setting Owner, Responsible, State #748
Comments
Issue #748: mark the tests as TODO
The timeouts still occur, but not consistently at the same changes. The cause is not clear. Probably not related to problems with changing the config settings. |
Still some TODO tests in scripts/test/Selenium/Agent/AgentTicketActionCommon/AgentTicketFreeText.t |
Make it easier to understand the test output.
I still don't understand what is going on. Still looks like the selection list .InputField_ListContainer is not removed when an input field is set. |
Set the milestone to OTOBO 11.0.3, the first patch level release that contained the patch, |
In scripts/test/Selenium/Agent/AgentTicketActionCommon/AgentTicketFreeText.t some tests are commented out because Selenium could not perform the action. This manifested itself in a time out. The relevant lines start on line 395.
My impression is that for these fields there are extra JS callbacks that prevent setting the fields Owner, Responsible, and State to an empty value. I suppose that this functionality is as intended and that only the test scripts should be enhanced to handle that case.
The text was updated successfully, but these errors were encountered: