-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Security Solutions] Adds additional cypress tests and utils to value based lists #83026
[Security Solutions] Adds additional cypress tests and utils to value based lists #83026
Conversation
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 for the added coverage!
@@ -0,0 +1,2 @@ | |||
192.168.100.14/24 | |||
|
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.
Is this extra line here needed so you can split by \n
here https://github.com/elastic/kibana/pull/83026/files#diff-c2160d09d0ff315067237ed293dda139f3846cf30b7673f77ce239f7e09b3c54R216?
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.
No, that's not needed. Thanks, removed it.
💚 Build SucceededMetrics [docs]Async chunks
Distributable file count
History
To update your PR or re-run it, just comment with: |
… based lists (elastic#83026) ## Summary Adds additional cypress tests and utils around value lists so that the percent of test driven development (TDD) possibilities will be easier for us to accomplish around bug fixes towards the next release. * Changes and adds data test subjects within value based lists * Fixes a bug where the list fixtures were not being converted to base64 before uploads within Cypress * Adds a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) fixture * Adds tests for export, delete, close and open the dialog, and all the value based list types for the current modal. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
… based lists (#83026) (#83143) ## Summary Adds additional cypress tests and utils around value lists so that the percent of test driven development (TDD) possibilities will be easier for us to accomplish around bug fixes towards the next release. * Changes and adds data test subjects within value based lists * Fixes a bug where the list fixtures were not being converted to base64 before uploads within Cypress * Adds a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) fixture * Adds tests for export, delete, close and open the dialog, and all the value based list types for the current modal. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
Summary
Adds additional cypress tests and utils around value lists so that the percent of test driven development (TDD) possibilities will be easier for us to accomplish around bug fixes towards the next release.
Checklist