Skip to content

Commit 8663a89

Browse files
committed
fixes index
1 parent 8adfc4c commit 8663a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/siem/cypress/screens/signal_detection_rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const DELETE_RULE_BULK_BTN = '[data-test-subj="deleteRuleBulk"]';
1818

1919
export const ELASTIC_RULES_BTN = '[data-test-subj="show-elastic-rules-filter-button"]';
2020

21-
export const FIFTH_RULE = 5;
21+
export const FIFTH_RULE = 4;
2222

2323
export const FIRST_RULE = 0;
2424

0 commit comments

Comments
 (0)