There was a typo: `new_order = eq(all(` instead of `new_order = all(`, which was causing the tests to pass. However, the final expectation should test that we keep the same order in the same session, and we were accidentally testing the opposite. We're also adding an extra check to verify there are investments on the page, since in some cases we were accessing pages with no investments, and so these tests were always passing.