Skip to content

Commit

Permalink
Properly enforce running sequences (refs #427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Mar 2, 2024
1 parent 3afa364 commit 90ce3ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddcz/tests/test_ui/test_tavern/test_listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@


class TestTavernListing(SeleniumTestCase):
reset_sequences = True

def setUp(self):
super().setUp()

Expand Down
2 changes: 2 additions & 0 deletions ddcz/tests/test_ui/test_tavern/test_posting.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@


class TestTavernPosts(SeleniumTestCase):
reset_sequences = True

def setUp(self):
super().setUp()

Expand Down

0 comments on commit 90ce3ec

Please sign in to comment.