[ACS-8064] Migrate actions-favorites tests to Playwright (#3871)

* ACS-8064 Migrate actions-favorites tests to Playwright
This commit is contained in:
Katarzyna Kita
2024-06-13 11:16:25 +02:00
committed by GitHub
parent baeba22e8f
commit a6c929a958
12 changed files with 335 additions and 204 deletions
+6 -8
View File
@@ -101,12 +101,8 @@ jobs:
fail-fast: false
matrix:
e2e-suites:
- name: "deleteActions"
id: 7
- name: "editActions,favoriteActions"
id: 8
- name: "uploadDownloadActions"
id: 9
- name: "editActions"
id: 1
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -174,6 +170,10 @@ jobs:
id: 13
- name: "upload-download-actions"
id: 14
- name: "favorite-actions"
id: 15
- name: "delete-actions"
id: 16
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -240,5 +240,3 @@ jobs:
echo -e "\e[31mPRs are not mergeable with conditional build. This build was run with custom ADF branch: $BRANCH \e[0m"
exit 1
fi;