-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Im receiving this error randomly while running my specs:
Failure/Error: page.set_rack_session(checkout_experience: 'three_step')
ActiveRecord::StatementInvalid:
PG::NoActiveSqlTransaction: ERROR: SAVEPOINT can only be used in transaction blocks
: SAVEPOINT active_record_1
I'm setting the session in a before block:
before(:each) do
page.set_rack_session(checkout_experience: 'three_step')
end
When I look at the output for the page at the time of error, I see the following:
Metadata
Metadata
Assignees
Labels
No labels
