mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-5994] Remove redundant deleteNodes method from e2e (#3587)
* [ACS-5994] remove redundant deleteNodes method [ci:force] * [link-adf:dev-mmaliarchuk/ACS-5994-fix-jsApi-deleteNodes][affected:*][ci:force] * rebase
This commit is contained in:
@@ -60,7 +60,7 @@ describe('Upload files', () => {
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
await userActions.deleteNodes([folder1Id]);
|
||||
await apis.user.nodes.deleteNodeById(folder1Id);
|
||||
});
|
||||
|
||||
it('Upload a file', async () => {
|
||||
|
||||
Reference in New Issue
Block a user