We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5200e commit d3776e5Copy full SHA for d3776e5
1 file changed
src-docs/src/views/tour/step.js
@@ -25,6 +25,7 @@ export default () => {
25
title="Title of the current step"
26
subtitle="Title of the full tour (optional)"
27
anchorPosition="rightUp"
28
+ panelProps={{ 'data-test-subj': 'test' }}
29
>
30
<EuiText>
31
The tour step{' '}
0 commit comments