Skip to content

Commit d7ffec6

Browse files
Merge pull request #14998 from vikram-raj/ocpbugs-55375
OCPBUGS-55375: add data-quickstart-id to quick create button
2 parents 5e92c19 + 5a64b29 commit d7ffec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/public/components/QuickCreate.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const QuickCreate: React.FC<QuickCreateProps> = ({ namespace }) => {
9494
isExpanded={isOpen}
9595
data-test="quick-create-dropdown"
9696
data-tour-id="tour-quick-create-button"
97+
data-quickstart-id="qs-masthead-import"
9798
icon={<PlusCircleIcon alt="" />}
9899
/>
99100
</Tooltip>

0 commit comments

Comments
 (0)