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
Title: validate search bar auto-complete via ui and api Preconditions: Browser is launched, and code graph home page is accessible.
Test Steps:
Navigate to the code graph home page.
Select a graph.
Input a search term into the search bar.
Record the auto-complete suggestions count displayed in the UI.
Fetch auto-complete suggestions from the API for the same search term.
Compare the UI suggestions count with the API response count.
Expected Result: The number of auto-complete suggestions in the UI should match the number of completions in the API response.
The text was updated successfully, but these errors were encountered:
Title: validate search bar auto-complete via ui and api
Preconditions: Browser is launched, and code graph home page is accessible.
Test Steps:
Navigate to the code graph home page.
Select a graph.
Input a search term into the search bar.
Record the auto-complete suggestions count displayed in the UI.
Fetch auto-complete suggestions from the API for the same search term.
Compare the UI suggestions count with the API response count.
Expected Result: The number of auto-complete suggestions in the UI should match the number of completions in the API response.
The text was updated successfully, but these errors were encountered: