-
Notifications
You must be signed in to change notification settings - Fork 81
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
add tests to remote registries form #1112
add tests to remote registries form #1112
Conversation
I think we should test all of them, because we also want to make sure all the relevant fields appear. |
cb567d0
to
cf78b5e
Compare
@himdel How do you suggest making a mock upload for the |
cf78b5e
to
739ddef
Compare
@ShaiahWren For upload you can use run Then import it https://github.com/ansible/ansible-hub-ui/pull/1084/files#diff-f4ccba99a203f90dfdca7435832cfa68e0ddd4865c0abe3adde145a056a14309R18 Add a file like this https://github.com/ansible/ansible-hub-ui/pull/1084/files#diff-d0e144773f4f18181a714e49f1f969dec046d4c64062d3046554473e16bfcee1 I'm having trouble using it for tar.gz but I think it should work with normal formats :) |
(Re uploads, we settled on just making sure the fields are there in the form for now, since we don't quite know what to upload.) |
(Also needs a rebase) |
739ddef
to
5828cc8
Compare
5828cc8
to
78c07c6
Compare
78c07c6
to
5984e69
Compare
5984e69
to
34ee7a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! :)
4445c79
to
321ecd3
Compare
@himdel , I just removed the spaces from the input selectors. Lmk if it still looks good :) |
Even better 👍 :) |
Backport to stable-4.4: 💚 backport PR created✅ Backport PR branch: Backported as #1194 🤖 @patchback |
* add tests to remote registries form * make params optional * use new cy command for addRemoteRegistry * remove spaces from selectors (cherry picked from commit 84a978e)
* add tests to remote registries form * make params optional * use new cy command for addRemoteRegistry * remove spaces from selectors (cherry picked from commit 84a978e) Co-authored-by: Shaiah Emigh-Doyle <64337863+ShaiahWren@users.noreply.github.com>
Hello :)
Issue: https://issues.redhat.com/browse/AAH-999
I added username and password to the 'add remote registries form.'
Hopefully this is what you had in mind, lmk :)
Are there any other fields you would like me to test?