You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
testing-site-onlyoffice/spec/functional/pricing/site_buy_notification_spec.rb
Line 24 in 4f06c8e
In each of the 3 tests here we got two check-ins each:
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
submit_avangate_order_for_notification
reCaptcha may be shown if there is a lot of attempts. So we cannot make this in `befor(:each)before(:all)
- it results that data is not written to TCM as @amochalov85 confirmed in his exprementsSo need to carefully figure out that to do
The text was updated successfully, but these errors were encountered: