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
cleaned_interactions = list(reversed([interaction for interaction in reversed(fixtures['interactions']) if not already_visited(interaction['request']['uri'])]))
fixtures['interactions'] = cleaned_interactions
with open('features/fixtures/clean_scrape.yml', 'w') as clean_scrape: