Basic modal

This is a basic modal dialog. It can contain any content β€” text, images, or controls.

Close it by clicking the βœ• button, pressing Escape, or clicking the backdrop.

await page.locator('[data-testid="dialog-basic"]').waitFor();

⚠️ Confirm action

Are you sure you want to delete this item? This action cannot be undone. (Demo β€” nothing actually happens.)

Newsletter sign-up

Demo form β€” nothing is subscribed or stored.

πŸ” Sign in

Demo only β€” not real auth. Any filled fields show a success screen.

Outer modal

This is the first (outer) modal. Click the button below to open a nested (inner) dialog on top of this one.

data-testid="dialog-nested-outer"

Inner modal

This is the inner dialog, stacked on top of the outer one.

data-testid="dialog-nested-inner"