You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In scripts/test/Selenium/Agent/AgentTicketSearch, around line 317, there is a check that very short search strings are flagged with an alert. The current implementation shows no alert and does the search. Not sure what the correct behavior ist.
The text was updated successfully, but these errors were encountered:
Sporadically the alert is emitted when running the test script scripts/test/Selenium/Agent/AgentTicketSearch.t . The alert message is in those cases:
Please remove the following words from your search as they cannot be searched for:
Fulltext: ct|
This seeem to indicate that full text search with only two characters is prohibited and that the test script has sporadic problems recognising the alert message.
In scripts/test/Selenium/Agent/AgentTicketSearch, around line 317, there is a check that very short search strings are flagged with an alert. The current implementation shows no alert and does the search. Not sure what the correct behavior ist.
The text was updated successfully, but these errors were encountered: