Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 8 commits into from
Jun 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added failing test in delete-actions to excluded
katarzynakita committed Jun 13, 2024
commit 0bffb21552a5793dbc8e3c981dec83526a781043
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -172,6 +172,8 @@ jobs:
id: 14
- name: "favorite-actions"
id: 15
- name: "delete-actions"
id: 16
steps:
- name: Checkout
uses: actions/checkout@v3
4 changes: 3 additions & 1 deletion e2e/playwright/delete-actions/exclude.tests.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"C280502": "https://hyland.atlassian.net/browse/ACS-8200"
}
Loading