ohif-viewer/Packages/hipaa-audit-log/tests/tinytest/audit-log-tests.js

26 lines
510 B
JavaScript

describe('clinical:hipaa-audit-log', function () {
describe('user interface', function () {
it.client('displays an audit log', function () {
});
it.client('has a search button', function () {
});
it.client('has filter buttons', function () {
});
});
describe('server functionality', function () {
it.client('logs hipaa events to a HIPAA collection', function () {
});
it.client('doesnt allow users to delete or modify events', function () {
});
});
});