cht-conf-test-harness
Advanced tools
Comparing version 3.0.13 to 3.0.14
{ | ||
"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
17790050
144
128762