-
Notifications
You must be signed in to change notification settings - Fork 185
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
Display rule details flyout based on URL #6886
Conversation
…o bug/6885-display-rule-details-based-on-URL
…o bug/6885-display-rule-details-based-on-URL
|
|
|
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.
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.
Test
Legend:
⚫: none
🟢: pass
🟡: warning
🔴: fail
⚪: not applicable
UI
Test | Chrome | Firefox | Safari |
---|---|---|---|
Go to some link that sets the redirectRule query parameter and click on it. For example, on Threat Hunting > Events on the rule.id field value. | 🟢 | ⚫ | ⚫ |
Go to Rules and click on a table row, this should open the rule details flyout and set the redirectRule URL query parameter | 🟢 | ⚫ | ⚫ |
Open a rule details flyout and close it, the redirectRule URL query parameter should be removed | 🟢 | ⚫ | ⚫ |
Details
🟢 Go to some link that sets the redirectRule query parameter and click on it. For example, on Threat Hunting > Events on the rule.id field value.
Chrome - 🟢
Firefox - ⚫
Safari - ⚫
🟢 Go to Rules and click on a table row, this should open the rule details flyout and set the redirectRule URL query parameter
Chrome - 🟢
Firefox - ⚫
Safari - ⚫
🟢 Open a rule details flyout and close it, the redirectRule URL query parameter should be removed
Chrome - 🟢
Firefox - ⚫
Safari - ⚫
CR 🟢
LGTM!!!
Description
This pull request changes the display to rule details flyout to be based on URL.
Issues Resolved
#6885
Evidence
redirectRule
URL query parameter when the rule details flyout is openredirectRule
URL query parameter is not present when the rule detail flyout is not openTest
Legend:
⚫: none
🟢: pass
🟡: warning
🔴: fail
⚪: not applicable
UI
Details
⚫ Go to some link that sets the redirectRule query parameter and click on it. For example, on Threat Hunting > Events on the rule.id field value.
Chrome - ⚫
Firefox - ⚫
Safari - ⚫
⚫ Go to Rules and click on a table row, this should open the rule details flyout and set the redirectRule URL query parameter
Chrome - ⚫
Firefox - ⚫
Safari - ⚫
⚫ Open a rule details flyout and close it, the redirectRule URL query parameter should be removed
Chrome - ⚫
Firefox - ⚫
Safari - ⚫
Check List
yarn test:jest