Skip to content

Commit 90f8fa9

Browse files
Add not.exist assertions not being supported
1 parent 75ce20c commit 90f8fa9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/api/commands/prompt.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,10 +632,11 @@ cy.prompt(electronicsFilterPrompt)
632632

633633
| Limitation | Details |
634634
| ---------------- | ------------------------------------------------------------------------ |
635-
| Browser Support | Chromium-based browsers only (Chrome, Edge, Electron) |
635+
| Authentication | Requires Cypress Cloud account and/or valid record key |
636636
| Test Type | E2E tests only (component testing not yet supported) |
637-
| Authentication | Requires Cypress Cloud account or valid record key |
637+
| Browser Support | Chromium-based browsers only (Chrome, Edge, Electron) |
638638
| Language Support | Optimized for English prompts; other languages are not guaranteed |
639+
| Assertions | 'not.exist' assertions are not supported |
639640
| Command Coverage | Not all Cypress APIs supported - see [What you can do](#What-you-can-do) |
640641

641642
## Pricing & usage limits

0 commit comments

Comments
 (0)