When I find inputs by placeholder text:
When I find inputs by placeholder text {string} Copy
When I find inputs by placeholder text {string}
A placeholder is not a good substitute for a label so you should generally use "When I find input by label text" instead.
When I find inputs by placeholder text "Text" Copy
When I find inputs by placeholder text "Text"
This precedes steps like "When I type". For example:
When I find inputs by placeholder text "Password" And I get 1st element And I type "password" Copy
When I find inputs by placeholder text "Password" And I get 1st element And I type "password"
Inspired by Testing Library's ByPlaceholderText.
When I find inputs by placeholder text:
A placeholder is not a good substitute for a label so you should generally use "When I find input by label text" instead.