Skip to content

Commit

Permalink
Dynamic data-subj-test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Mar 13, 2020
1 parent e4819b6 commit 307dedb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ConnectorsDropdownComponent: React.FC<Props> = ({
<span>{connector.name}</span>
</>
),
'data-test-subj': 'servicenow-connector',
'data-test-subj': connector.id,
},
],
[noConnectorOption]
Expand Down

0 comments on commit 307dedb

Please sign in to comment.