mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7765] playwright Migration for upload new action e2e test (#3866)
* [ACS-7764] Migrated e2e tests Actions - upload * [ACS-7764] Protractor2Playwright - Actions - Upload * [ACS-7764] upload file fix * [ACS-7765] playwright upload new action e2e test * [ACS-7765] fix locator * [ACS-7765] added fix and new test * suggested fix for locator text Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com> * Update viewer.component.ts --------- Co-authored-by: Katarzyna Kita <katarzyna.kita@hyland.com> Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
This commit is contained in:
@@ -29,10 +29,3 @@ runs:
|
||||
sleep 90
|
||||
npx nx run ${{ inputs.options }}-e2e:e2e
|
||||
|
||||
- name: Upload E2Es results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ inputs.artifact-name }}
|
||||
path: |
|
||||
test-results/
|
||||
|
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -101,8 +101,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
e2e-suites:
|
||||
- name: "search"
|
||||
id: 2
|
||||
- name: "deleteActions"
|
||||
id: 7
|
||||
- name: "editActions,favoriteActions"
|
||||
|
Reference in New Issue
Block a user