scottohara/loot

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

Summary

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