mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
[ACA] E2E - Toolbar - wait for shared api
This commit is contained in:
parent
212bd38488
commit
46a5339214
@ -131,6 +131,9 @@ describe('Toolbar actions - single selection : ', () => {
|
||||
.then(() => apis.user.shared.shareFileById(file1Id))
|
||||
.then(() => apis.admin.shared.shareFileById(file2Id))
|
||||
|
||||
.then(() => apis.user.shared.waitForApi({ expect: 1 }))
|
||||
.then(() => apis.admin.shared.waitForApi({ expect: 1 }))
|
||||
|
||||
.then(() => apis.user.favorites.addFavoritesByIds('file', [file1Id, file2Id]))
|
||||
|
||||
.then(() => loginPage.loginWith(username))
|
||||
|
Loading…
x
Reference in New Issue
Block a user