We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc718f commit b8d2afaCopy full SHA for b8d2afa
docs/ui-coverage/configuration/coveragerules.mdx
@@ -104,7 +104,7 @@ cy.get('h1').should('be.visible')
104
cy.get('h2').should('contain', 'Welcome')
105
```
106
107
-Both headings will be marked as covered in UI Coverage reports.
+Both headings will be marked as tested in UI Coverage reports.
108
109
---
110
@@ -151,4 +151,4 @@ cy.get('[data-testid="custom-dropdown"]').click()
151
cy.get('.status-indicator').should('contain', 'Active')
152
153
154
-Both elements will be tracked and marked as covered when the specified commands are used.
+Both elements will be tracked and marked as tested when the specified commands are used.
0 commit comments