chore: Migrate e2e tests to work with sync-to-blockchain
autopilot mode
#2945
Labels
E:6.1 One auction per block
See https://github.com/cowprotocol/pm/issues/35 for details
Background
Before we make
sync-to-blockchain
the one and only run mode we need to make sure that e2e tests still pass.Currently many test rely on the fact that new auctions get built periodically. When we switch to the synchronized mode this will only happen whenever we mint a new block.
Also the new run mode gives us a few more guarantees on the ordering on some events so we can revisit some tests to see if they can become stricter / more meaningful. One example was discussed here.
Acceptance criteria
e2e tests pass without flakiness when using
sync-to-blockchain
everywhere.The text was updated successfully, but these errors were encountered: