mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
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:
parent
bd9127d960
commit
59df5c661d
1
.github/workflows/pull-request.yml
vendored
1
.github/workflows/pull-request.yml
vendored
@ -180,6 +180,7 @@ jobs:
|
|||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
- uses: ./.github/actions/download-cache-and-artifacts
|
||||||
- run: nx affected:build $NX_CALCULATION_FLAGS --prod
|
- run: nx affected:build $NX_CALCULATION_FLAGS --prod
|
||||||
- run: nx build demoshell --configuration production
|
- run: nx build demoshell --configuration production
|
||||||
|
- run: rm -f /home/runner/work/alfresco-ng2-components/alfresco-ng2-components/node_modules/.ngcc_lock_file
|
||||||
- run: nx affected --target=build-storybook $NX_CALCULATION_FLAGS --configuration ci
|
- run: nx affected --target=build-storybook $NX_CALCULATION_FLAGS --configuration ci
|
||||||
- uses: ./.github/actions/upload-cache-and-artifacts
|
- uses: ./.github/actions/upload-cache-and-artifacts
|
||||||
|
|
||||||
|
@ -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 () => {
|
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.restoreFileVersion('1.0');
|
||||||
await versionManagePage.checkFileVersionExist('2.0');
|
await versionManagePage.checkFileVersionExist('2.0');
|
||||||
await versionManagePage.closeVersionDialog();
|
await versionManagePage.closeVersionDialog();
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"C269081": "https://alfresco.atlassian.net/browse/ADF-5385",
|
"C269081": "https://alfresco.atlassian.net/browse/ADF-5385",
|
||||||
"C272819": "https://alfresco.atlassian.net/browse/ADF-5385",
|
"C272819": "https://alfresco.atlassian.net/browse/ADF-5385",
|
||||||
"C362241": "https://alfresco.atlassian.net/browse/ADF-5385",
|
"C362241": "https://alfresco.atlassian.net/browse/ADF-5385"
|
||||||
"C260040": "https://alfresco.atlassian.net/browse/AAE-8041"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user