Files
nairobi/spec
Javi Martín f6da20da64 Fix typos in investment order tests
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.
2019-03-28 13:51:51 +01:00
..
2019-02-20 13:56:58 +01:00
2019-03-22 13:07:09 +01:00
2019-03-25 13:22:35 +01:00