scottohara/loot

View on GitHub
cypress/support/accounts/delete.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const accountDeleteForm = "form[name=accountForm]";
export const accountDeleteHeading = `${accountDeleteForm} > div.modal-header > h4`;