-
Notifications
You must be signed in to change notification settings - Fork 76
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
Approval Modal test #3504
Merged
Merged
Approval Modal test #3504
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
backport-4.6
This PR should be backported to stable-4.6 (2.3)
label
Apr 4, 2023
MilanPospisil
force-pushed
the
approvalProcessTest
branch
from
April 4, 2023 11:03
cb56aa2
to
022adb7
Compare
himdel
added
backport-4.7
This PR should be backported to stable-4.7 (2.4)
and removed
backport-4.6
This PR should be backported to stable-4.6 (2.3)
labels
Apr 4, 2023
MilanPospisil
force-pushed
the
approvalProcessTest
branch
from
April 5, 2023 07:57
022adb7
to
6d551f8
Compare
Issue: AAH-2248
himdel
reviewed
Apr 10, 2023
src/containers/certification-dashboard/certification-dashboard.tsx
Outdated
Show resolved
Hide resolved
MilanPospisil
force-pushed
the
approvalProcessTest
branch
from
April 11, 2023 08:31
67f5bff
to
dec8a97
Compare
Backport to stable-4.7: 💚 backport PR created✅ Backport PR branch: Backported as #3584 🤖 @patchback |
himdel
pushed a commit
that referenced
this pull request
May 30, 2023
github-actions
bot
added
the
backported-4.7
This PR has been backported to stable-4.7 (2.4)
label
May 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-4.7
This PR should be backported to stable-4.7 (2.4)
backported-4.7
This PR has been backported to stable-4.7 (2.4)
tests
tests PR
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requires: ansible/galaxykit#87
Issue: https://issues.redhat.com/browse/AAH-2248
Tests for approval process. Two files - one for testing the repo table in modal - paging, filtering, ordering and selection. Other for approval and rejection tests. Those are both added in new folder, so the tests can run more in parallel (approval tests were very slow even before).