Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Creating test database for alias 'default'...
  2. Feature: Workflow management # features/workflow.feature:1
  3.  
  4. @fast
  5. Scenario: Do something # features/workflow.feature:4
  6. Given an authenticated user # features/steps/users.py:4 0.620s
  7. And the object "1" # features/steps/context.py:4 0.000s
  8. And the page "settings" is displayed # features/steps/navigation.py:8 3.070s
  9. Then the trash icon is displayed # features/steps/workflow.py:4 0.036s
  10. When he click on the trash icon # features/steps/workflow.py:14 0.052s
  11. And he cancel # features/steps/navigation.py:22 0.583s
  12. Then the trash icon is displayed # features/steps/workflow.py:4 0.020s
  13. Exception IntegrityError: Problem installing fixture '/Users/tominardi/workspace/custom-project/project/data/fixtures.json': Could not load contenttypes.ContentType(pk=1): UNIQUE constraint failed: django_content_type.app_label, django_content_type.model
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement