modal
django_spire.testing.playwright.components.modal
Modal
Playwright component for django_spire/modal/modal.html
Source code in django_spire/testing/playwright/components/modal.py
page = page
instance-attribute
close_button
property
content
property
modal
property
overlay
property
close
close_by_overlay
is_open
wait_for_close
TitleModal
Bases: Modal
Playwright component for django_spire/modal/title_modal.html
Source code in django_spire/testing/playwright/components/modal.py
FormModal
Bases: TitleModal
Playwright component for modals containing forms
Source code in django_spire/testing/playwright/components/modal.py
cancel_button
property
form
property
submit_button
property
cancel
fill_field
get_field_value
DeleteModal
Bases: TitleModal
Playwright component for delete confirmation modals