Skip to content

Commit b8d2afa

Browse files
committed
Update language
1 parent 1fc718f commit b8d2afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ui-coverage/configuration/coveragerules.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ cy.get('h1').should('be.visible')
104104
cy.get('h2').should('contain', 'Welcome')
105105
```
106106

107-
Both headings will be marked as covered in UI Coverage reports.
107+
Both headings will be marked as tested in UI Coverage reports.
108108

109109
---
110110

@@ -151,4 +151,4 @@ cy.get('[data-testid="custom-dropdown"]').click()
151151
cy.get('.status-indicator').should('contain', 'Active')
152152
```
153153

154-
Both elements will be tracked and marked as covered when the specified commands are used.
154+
Both elements will be tracked and marked as tested when the specified commands are used.

0 commit comments

Comments
 (0)