Problems: Since the tests are being run in parallel there is some flakiness in tests, to remove this flakiness in tests we need to retry the test when it is failed to a certain number. But with the current tests only the failed step is being retries. For example when 3ds payments fails instead if creating a new payment intent and confirming it it just retries the redirection step in this.
This PR moves the dependent tests into a single it block so that entire flow will be rerun when retried.