We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f3953 commit 3653c46Copy full SHA for 3653c46
x-pack/plugins/security_solution/public/detections/components/value_lists_management_modal/modal.test.tsx
@@ -96,9 +96,8 @@ describe('ValueListsModal', () => {
96
97
act(() => {
98
container
99
- .find('tbody tr')
100
- .first()
101
.find('button[data-test-subj="action-export-value-list"]')
+ .first()
102
.simulate('click');
103
container.unmount();
104
});
@@ -120,9 +119,8 @@ describe('ValueListsModal', () => {
120
119
121
122
123
124
125
.find('button[data-test-subj="action-delete-value-list"]')
126
127
128
0 commit comments