Skip to content

Commit

Permalink
♻️ - refactor: incorrect test names
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Oct 15, 2024
1 parent cb7be14 commit 99a8e8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


@tag("e2e")
class FeatureListCreateTests(GherkinLikeTestCase):
class FeatureListDestroyTests(GherkinLikeTestCase):
async def test_scenario_record_manager_destroys_list(self):
async with browser_page() as page:
await self.given.record_manager_exists()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


@tag("e2e")
class FeatureListCreateTests(GherkinLikeTestCase):
class FeatureListFinalizeTests(GherkinLikeTestCase):
async def test_scenario_record_manager_finalizes_list(self):
async with browser_page() as page:
record_manager = await self.given.record_manager_exists()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


@tag("e2e")
class FeatureListCreateTests(GherkinLikeTestCase):
class FeatureListMarkReadyForReviewTests(GherkinLikeTestCase):
async def test_scenario_record_manager_marks_list_as_ready_to_review(self):
async with browser_page() as page:
await self.given.zaken_are_indexed(amount=100)
Expand Down

0 comments on commit 99a8e8b

Please sign in to comment.