Skip to content

Commit

Permalink
add the missing data testid, that was added in a later version
Browse files Browse the repository at this point in the history
  • Loading branch information
GnsP committed Nov 26, 2024
1 parent 6aaed33 commit a749c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/cdap/components/HttpExecutor/MethodSelector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function MethodSelectorView({ onChange, value }) {
data-cy="request-method-selector"
value={value}
onChange={onChange}
data-testid="request-method-selector"
>
{METHODS.map((method) => {
return (
Expand Down

0 comments on commit a749c32

Please sign in to comment.