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