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
After running a test on GUI (/run-test), the user gets redirect to a /result/ page at the end of the test, in which the test panel from the /run-test page is still present. This allows the user to quickly re-do a test if desired. However, when doing so, the "History" tab on the /result/ page does not refresh, meaning that it will keep containing the history of tests for the first tested domain.
Steps to reproduce:
Start a test for any domain ("domain1") from the /run-test page.
Wait for the test to complete, after which you are redirected to a /result/ page.
Click on the "History" tab, and check that the completed tests are for "domain1".
Start a new test for another domain ("domain2") from the current /result/ page.
Wait for the test to complete. When the page updates, click on the "History" tab. The list of completed tests will be the same as before (i.e., regarding "domain1"), but it should not (- it should be "domain2").
The text was updated successfully, but these errors were encountered:
After running a test on GUI (
/run-test
), the user gets redirect to a/result/
page at the end of the test, in which the test panel from the/run-test
page is still present. This allows the user to quickly re-do a test if desired. However, when doing so, the "History" tab on the/result/
page does not refresh, meaning that it will keep containing the history of tests for the first tested domain.Steps to reproduce:
/run-test
page./result/
page./result/
page.The text was updated successfully, but these errors were encountered: