mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-19 17:14:45 +00:00
[ACS-5617] test result upload protractor in git action (#3481)
This commit is contained in:
parent
de0df9203e
commit
99c27a88f7
2
.github/actions/run-e2e/action.yml
vendored
2
.github/actions/run-e2e/action.yml
vendored
@ -40,4 +40,4 @@ runs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifact-name }}
|
name: ${{ inputs.artifact-name }}
|
||||||
path: test-results/
|
path: e2e-output/
|
||||||
|
@ -70,7 +70,7 @@ test.describe('viewer action file', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test.afterAll(async ({ nodesApiAction }) => {
|
test.afterAll(async ({ nodesApiAction }) => {
|
||||||
await nodesApiAction.deleteNodes([parentId], true);
|
await nodesApiAction.deleteNodes([parentId, parent2Id], true);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('[C260964] Personal Files breadcrumb main node', async ({ personalFiles }) => {
|
test('[C260964] Personal Files breadcrumb main node', async ({ personalFiles }) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user