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
I usually review my test runs in Results Tree view. After selecting the test, there's tabbed interface on the right. After clicking "Test history", I can see selected test runs history. So far so good.
But after selecting another test in tree view, "Test history" still displays content for the first selected test. I can't force it to refresh - switching tabs or clicking "Refresh results" doesn't change what is displayed.
In dev tools, I can see that selecting "Test history" for the first time makes two HTTP requests:
Switching test makes only request to /api/artifact?resultId=52ec142c-57ae-41c0-ba3a-4f8fb115bbac.
Clicking "Refresh results" makes HTTP requests to correct endpoints, but test_id param is not updated - so I do get refreshed results, but for test that is no longer selected:
I usually review my test runs in Results Tree view. After selecting the test, there's tabbed interface on the right. After clicking "Test history", I can see selected test runs history. So far so good.
But after selecting another test in tree view, "Test history" still displays content for the first selected test. I can't force it to refresh - switching tabs or clicking "Refresh results" doesn't change what is displayed.
In dev tools, I can see that selecting "Test history" for the first time makes two HTTP requests:
/api/widget/result-aggregator?group_field=result&additional_filters=test_id%3Dtest_granularity_dropdown%2Cstart_time%3E2022-09-14T17%3A05%3A44.492Z%2Cenv%3Dstage
/api/result?0=test_id%5Beq%5D%3Dtest_granularity_dropdown&1=env%5Beq%5D%3Dstage&2=result%5Beq%5D%3Dpassed&filter=test_id%3Dtest_granularity_dropdown&filter=env%3Dstage&filter=result%3Dpassed&pageSize=1&page=1&estimate=true
Switching test makes only request to
/api/artifact?resultId=52ec142c-57ae-41c0-ba3a-4f8fb115bbac
.Clicking "Refresh results" makes HTTP requests to correct endpoints, but test_id param is not updated - so I do get refreshed results, but for test that is no longer selected:
/api/widget/result-aggregator?group_field=result&additional_filters=test_id%3Dtest_granularity_dropdown%2Cstart_time%3E2022-09-14T17%3A05%3A44.492Z%2Cenv%3Dstage
/api/result?0=result%5Bin%5D%3Dpassed%3Bskipped%3Bfailed%3Berror%3Bxpassed%3Bxfailed&1=test_id%5Beq%5D%3Dtest_granularity_dropdown&2=start_time%5Bgt%5D%3D2022-09-14T17%3A05%3A44.492Z&3=env%5Beq%5D%3Dstage&filter=result*passed%3Bskipped%3Bfailed%3Berror%3Bxpassed%3Bxfailed&filter=test_id%3Dtest_granularity_dropdown&filter=start_time%3E2022-09-14T17%3A05%3A44.492Z&filter=env%3Dstage&pageSize=10&page=1&estimate=true
The text was updated successfully, but these errors were encountered: