put requests workflow tests behind a feature toggle

This commit is contained in:
dandds
2019-01-07 16:03:40 -05:00
parent 3612fcca6c
commit 08806eed24
18 changed files with 129 additions and 33 deletions

View File

@@ -26,6 +26,7 @@ def serialize_dates(data):
return new_data
@pytest.mark.requests_workflow
def test_stepthrough_request_form(user_session, screens, client):
user = UserFactory.create()
user_session(user)