You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4879 we had a contribution enabling an instance to turn off file submissions - instead the instance would accept only messages. This ticket is for adding Selenium-based functional test coverage for this feature in the admin interface. The test would ideally have the following steps:
Admin disables file submissions.
Source users visits. We confirm that they cannot submit files, only messages.
Source submits a message.
Admin re-enables file submissions.
Source visits again and submits a file successfully.
Description
In #4879 we had a contribution enabling an instance to turn off file submissions - instead the instance would accept only messages. This ticket is for adding Selenium-based functional test coverage for this feature in the admin interface. The test would ideally have the following steps:
A good starting point would be looking at similar tests here: https://github.com/freedomofpress/securedrop/blob/develop/securedrop/tests/functional/test_admin_interface.py
The text was updated successfully, but these errors were encountered: