mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
coquelicot: Fix upload file functional test
When the application state is disabled to start with, the test would fail. Ensure that application is enabled at the start of the test. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
e001a37449
commit
7248f0eaa6
@ -49,7 +49,8 @@ Scenario: Modify maximum upload size in disabled case
|
|||||||
Then the coquelicot service should not be running
|
Then the coquelicot service should not be running
|
||||||
|
|
||||||
Scenario: Upload a file to coquelicot
|
Scenario: Upload a file to coquelicot
|
||||||
Given a sample local file
|
Given the coquelicot application is enabled
|
||||||
|
And a sample local file
|
||||||
When I modify the coquelicot upload password to whatever123
|
When I modify the coquelicot upload password to whatever123
|
||||||
And I upload the sample local file to coquelicot with password whatever123
|
And I upload the sample local file to coquelicot with password whatever123
|
||||||
And I download the uploaded file from coquelicot
|
And I download the uploaded file from coquelicot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user