generated from john/python-template
Add ability to edit safe .env.example options to Settings
Quality Gate / gate (push) Failing after 47s
Quality Gate / gate (push) Failing after 47s
This commit is contained in:
@@ -26,6 +26,7 @@ class TestPageRegistration:
|
||||
assert jobs_response.status_code == 200
|
||||
assert tags_response.status_code == 200
|
||||
assert settings_response.status_code == 200
|
||||
assert "Runtime Settings" in settings_response.text
|
||||
assert "Document Types" in settings_response.text
|
||||
assert "Person Roles" in settings_response.text
|
||||
assert "Tags" in settings_response.text
|
||||
|
||||
Reference in New Issue
Block a user