You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/test-assertions-js.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Note that retrying assertions are async, so you must `await` them.
46
46
|[await expect(locator).toHaveAttribute()](./api/class-locatorassertions.md#locator-assertions-to-have-attribute)| Element has a DOM attribute |
47
47
|[await expect(locator).toHaveClass()](./api/class-locatorassertions.md#locator-assertions-to-have-class)| Element has specified CSS class property |
48
48
|[await expect(locator).toHaveCount()](./api/class-locatorassertions.md#locator-assertions-to-have-count)| List has exact number of children |
49
-
|[await expect(locator).toHaveCSS()](./api/class-locatorassertions.md#locator-assertions-to-have-css)| Element has CSS property |
49
+
|[await expect(locator).toHaveCSS()](./api/class-locatorassertions.md#locator-assertions-to-have-css-1)| Element has CSS property |
50
50
|[await expect(locator).toHaveId()](./api/class-locatorassertions.md#locator-assertions-to-have-id)| Element has an ID |
51
51
|[await expect(locator).toHaveJSProperty()](./api/class-locatorassertions.md#locator-assertions-to-have-js-property)| Element has a JavaScript property |
52
52
|[await expect(locator).toHaveRole()](./api/class-locatorassertions.md#locator-assertions-to-have-role)| Element has a specific [ARIA role](https://www.w3.org/TR/wai-aria-1.2/#roles)|
0 commit comments