rename all setups and cleanups to test_ for stable test discovery
This commit is contained in:
parent
33a9cca5aa
commit
3839e1e9b1
6 changed files with 8 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ def remove_user(admin_context: BrowserContext, URL: BaseUrl):
|
|||
page.get_by_role("dialog").get_by_role("button", name=re.compile(r"Löschen|Delete")).click()
|
||||
|
||||
|
||||
def cleanup_delete_user(
|
||||
def test_cleanup_delete_user(
|
||||
context: BrowserContext, env_config: dict[str, str], DIR: DirManager, URL: BaseUrl, check_if_user_exists
|
||||
):
|
||||
# load admin cookies to context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue