New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cht-conf-test-harness

Package Overview
Dependencies
Maintainers
11
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cht-conf-test-harness - npm Package Compare versions

Comparing version 3.0.13 to 3.0.14

test/collateral/forms/contact/patient-create.xml

2

package.json
{
"name": "cht-conf-test-harness",
"version": "3.0.13",
"version": "3.0.14",
"description": "Test Framework for CHT Projects",

@@ -5,0 +5,0 @@ "main": "./src/harness.js",

@@ -234,3 +234,3 @@ const _ = require('lodash');

.children(`
section:not(.disabled,.or-appearance-hidden),
section:not(.disabled,.or-appearance-hidden,.or-appearance-android-app-launcher),
fieldset:not(.disabled,.note,.or-appearance-hidden,.or-appearance-label,#or-calculated-items),

@@ -237,0 +237,0 @@ label:not(.disabled,.readonly,.or-appearance-hidden),

@@ -202,2 +202,9 @@ const chai = require('chai');

});
it('#247 - forms using Android App Launcher cannot be filled', async () => {
await harness.setNow('2000-01-01');
const allDrugs = ['AZT300_3TC150','EFV600','TDF300_3TC300_EFV600','TDF300_3TC300','ATV_R300_100','ABC600_3TC300','LPV_R200_50','TDF300_3TC300_DTG50','DTG50'];
const result = await harness.fillContactCreateForm('patient', ['Patient', 'McPatient', '1990-02-01', 'P123', 'ARV-1', 'Male', 'FN', 'test-dp','custom',allDrugs]);
expect(result.errors).to.be.empty;
});
});

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc