-
Notifications
You must be signed in to change notification settings - Fork 80
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
Cypress test for execution environments #1138
Cypress test for execution environments #1138
Conversation
}); | ||
|
||
it('checks the EE detail view', () => { | ||
cy.get('a[href="/ui/containers/alpine338"]').click(); |
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.
We should be testing all tabs and their content. But given the deadline (and vague issue description O:)) it can be added in followup PR :)
@ShaiahWren Nice work! I'm leaving it up to you if you want to address all reviews here or just the one with saving readme :) |
1d59e8d
to
bbe4361
Compare
bbe4361
to
6aec628
Compare
6aec628
to
d93a948
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 standing on its own 👍
There's some code duplication with the functions added both here and in #1141 , but we can deal with that separately once both are merged, and move them to helpers :)
Finally closing this pr. :) |
Backport to stable-4.4: 💚 backport PR created✅ Backport PR branch: Backported as #1192 🤖 @patchback |
* testing execution exvironments * testing execution environments * remove registries/containers before testing (cherry picked from commit e237e53)
Issue: https://issues.redhat.com/browse/AAH-1001
This pr tests Execution Environments - list view, detail view, and readme file.
As it is the tests are fairly simple. Lmk what other details you would like me to include.