-
Notifications
You must be signed in to change notification settings - Fork 8
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
Development selenium add stats page tests 1 #3313
base: development
Are you sure you want to change the base?
Development selenium add stats page tests 1 #3313
Conversation
please resolve conflicts |
I can't verify the results, #3421, |
The new tests here are only for the stats page on the dashboard, and the values are checked directly with the proxy stats endpoint (up and standby). The issue is concerning about the statistics summary endpoint, which is not used here. |
packages/playground/tests/frontend_selenium/tests/TFGrid/test_statistics.py
Outdated
Show resolved
Hide resolved
packages/playground/tests/frontend_selenium/tests/TFGrid/test_statistics.py
Show resolved
Hide resolved
LGTM, please provide new test result |
I tested it again and all passed. Small change was in the condition of conversion of GB. |
Description
The data rendered in the statistics page should be match the data available in the gridproxy, and check the navigation of Node Monitoring button and Grid Status button.
Changes
Add statistics page and statistics page tests and there are some changes in grid_proxy page and utils page.
Documentation PR
For UI changes, Please provide the Documetation PR on info_grid
Checklist