Open
Description
In each of the 3 tests here we got two check-ins each:
- Check email for Avangate mail with checkout info
- Check email for ONLYLOFFICE mail with details of the purchase
And seems on the Avangate side something is not good and this email took more than 5 minutes. Sometimes it's 7 sometimes it's 20
So we need to split this test somehow but we got several troubles
- On
submit_avangate_order_for_notification
reCaptcha may be shown if there is a lot of attempts. So we cannot make this in `befor(:each) - We cannot split this spec into several ones easily - there will be conflicts with the same email. We may create different email for each one, but I think it's a rather complicated solution
- We cannot move 21-23 line in some kind of
before(:all)
- it results that data is not written to TCM as @amochalov85 confirmed in his exprements
So need to carefully figure out that to do
Metadata
Metadata
Assignees
Labels
No labels