File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ export function NewRuleMenu(props: ComponentProps<typeof Button>) {
1818 const newRule = createEmptyRule ( type )
1919 addRule ( newRule )
2020 }
21- const verificationRuleTooltip = hasVerificationRule
22- ? 'Currently, only one verification rule per test is supported.'
23- : 'Verify reponse statuses match the recording.'
21+ const verificationRuleTooltip = 'Add status and body checks'
2422
2523 return (
2624 < DropdownMenu . Root >
@@ -61,12 +59,11 @@ export function NewRuleMenu(props: ComponentProps<typeof Button>) {
6159
6260 < Tooltip content = { verificationRuleTooltip } side = "right" >
6361 < DropdownMenu . Item
64- disabled = { hasVerificationRule }
6562 onClick = { ( ) => {
6663 createRule ( 'verification' )
6764 } }
6865 >
69- Verification (limited)
66+ Verification
7067 </ DropdownMenu . Item >
7168 </ Tooltip >
7269 </ DropdownMenu . Content >
You can’t perform that action at this time.
0 commit comments