Manual Tests
Confirm
This is a dynamically created link. When the confirm dialog is cancelled, it should stop processing. When the confirm dialog is confirmed, it should proceed to the href url.
This is a dynamically created submit button. When the confirm dialog is cancelled, it should stop processing. When the confirm dialog is confirmed, it should proceed to the form action url.
Automated Tests
Remote
This is a dynamically created link. When the link is clicked it should successfully make an ajax request.
This is a dynamically created link. When the link is clicked it should fail when making an ajax request.
This is a form created with markup. When submit is clicked it should send a get request to /posts
Disable With
This is a regular form with child elements to disable. All disable-with elements should be disabled when the form is submitted.
This is a ajax form that should have it's elements reenabled when the ajax request has completed.
Form (Ajaxy)