-
Notifications
You must be signed in to change notification settings - Fork 266
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
[UI] - Adding CIS chart UI tests #13194
Conversation
I am moving this to ready as I did a few rounds of testing to see if the I originally thought on only checking creation as that'd be sufficient for the test but checking for |
a76221d
to
8da5cea
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.
looks good 👍
1f02374
to
784237f
Compare
784237f
to
3d9633e
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.
2 improvements. otherwise looks good!
return new NameNsDescription(this.self()); | ||
} | ||
|
||
saveCreateForm(): AsyncButtonPo { |
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.
this can be removed since you already have cruResource()
return new ResourceListMastheadPo(this.self()); | ||
} | ||
|
||
createLoggingFlow() { |
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.
update name and utilize in test on line 66
3d9633e
to
c0dfe0e
Compare
Summary
Fixes #
rancher/qa-tasks#1547
Occurred changes and/or fixed issues
Adding p0 tests for the UI chart. Includes install and a Scan. Basic functionality.
As well as a YAML view check.
Areas or cases that should be tested
E2E tests. CI
Areas which could experience regressions
CI
Checklist