Skip to content

Commit

Permalink
test result upload protractor
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrathod28 committed Oct 17, 2023
1 parent 686e6c9 commit e3c964a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ runs:
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.artifact-name }}
path: test-results/
path: e2e-output/
2 changes: 1 addition & 1 deletion e2e/playwright/navigation/src/tests/breadcrumb.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test.describe('viewer action file', () => {
});

test.afterAll(async ({ nodesApiAction }) => {
await nodesApiAction.deleteNodes([parentId], true);
await nodesApiAction.deleteNodes([parentId, parent2Id], true);
});

test('[C260964] Personal Files breadcrumb main node', async ({ personalFiles }) => {
Expand Down

0 comments on commit e3c964a

Please sign in to comment.