diff --git a/recipes/nextcloud/tests_nextcloud/tests_nextcloud.py b/recipes/nextcloud/tests_nextcloud/tests_nextcloud.py index f96c368..496b3ae 100644 --- a/recipes/nextcloud/tests_nextcloud/tests_nextcloud.py +++ b/recipes/nextcloud/tests_nextcloud/tests_nextcloud.py @@ -5,7 +5,7 @@ from playwright.sync_api import Page, expect def test_nextcloud_quota(nextcloud_admin_page: Page, env_config: dict[str, str]): - """Test Nextcloud""" + """Tests if the quota set in .env file matches the actual quota shown on the page within 10%""" if env_config.get("DEFAULT_QUOTA"): # get quota from website quota_string = nextcloud_admin_page.get_by_text(