Skip to content

Commit aa366b8

Browse files
committed
docs(website): fix other mention of data-test-id
1 parent 2feab96 commit aa366b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/handbook/web-testing/page-element-query-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ and others.
9999
### Using selector aliases
100100

101101
In scenarios where elements use a consistent pattern allowing them to be easily identified,
102-
such as a `data-test-it`, or a `role` attribute, you might want to implement custom selector aliases
102+
such as a `data-testid`, or a `role` attribute, you might want to implement custom selector aliases
103103
to avoid code duplication.
104104

105105
For example, below function `byRole` helps to locate elements with

0 commit comments

Comments
 (0)