{render-component} = React describe \AuditEntry, (_)-> it 'shows both role and resource on role checks', -> role = 'the-role' resource = 'the-resource' render-component do AuditEntry do kind: \role action: \check role: "acct:rolkind:#role" resource: "acct:reskind:#resource" table = document.create-element \table expect table.inner-text ..to-contain role ..to-contain resource