enable e2e: C260040 (#8155)

* AAE-11884 change tag sha action (#8118)

* test execution

* test execution

* test execution

* test execution

* test execution

* fix buildLibs

* enable e2e: C260040

* fix C280007 to not depend on C280006

* trigger travis

Co-authored-by: Maurizio Cacace <Maurizio.Cacace@hyland.com>
This commit is contained in:
Rafal Szmit
2023-01-17 14:18:14 +01:00
committed by GitHub
parent bd9127d960
commit 59df5c661d
3 changed files with 5 additions and 3 deletions

View File

@@ -141,7 +141,9 @@ describe('Version component actions', () => {
});
it('[C280007] Should be possible to restore an old version of your file and the document list updated', async () => {
await contentServicesPage.versionManagerContent(fileModelVersionTwo.name);
await versionManagePage.showNewVersionButton.click();
await versionManagePage.uploadNewVersionFile(fileModelVersionTwo.location);
await versionManagePage.restoreFileVersion('1.0');
await versionManagePage.checkFileVersionExist('2.0');
await versionManagePage.closeVersionDialog();