Skip to content
Commit 7a088cfc authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Move adding test files to "beforeEach()"



All the tests in the "Renaming files" section added the test files,
although those calling "doRename()" added them by setting a path for the
file too. However, the path is ignored in the other tests, so adding the
files can be unified and moved to "beforeEach()".

This would be needed, for example, to show the details view for a file
before calling "doRename()".

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 00a823f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment