Skip to content

Commit

Permalink
fix(testing): fix input selector for number-inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Apr 1, 2022
1 parent 21aa983 commit dc643d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing/src/commands/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const selectors = {
content: 'bal-popover-content',
},
input: {
main: '> input',
main: 'input',
},
textarea: {
main: '> textarea',
Expand Down

0 comments on commit dc643d7

Please sign in to comment.