Skip to content

Commit 3861abd

Browse files
committed
CR feedback
1 parent ccaf060 commit 3861abd

27 files changed

+2305
-745
lines changed

EHR_App/test/src/org/labkey/test/pages/ReactAnimalHistoryPage.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ public boolean isValidationErrorVisible()
362362
*/
363363
public boolean isEmptyStatePlaceholderVisible()
364364
{
365+
waitForElement(Locators.EMPTY_STATE_PLACEHOLDER);
365366
return isElementPresent(Locators.EMPTY_STATE_PLACEHOLDER);
366367
}
367368

@@ -415,8 +416,8 @@ public static class Locators
415416
public static final Locator NOT_FOUND_SECTION_TITLE = Locator.css(".id-resolution-feedback .section-title.not-found");
416417
public static final Locator RESOLVED_ITEMS = Locator.css(".id-resolution-feedback .section .items .resolved-item");
417418
public static final Locator NOT_FOUND_ITEMS = Locator.css(".id-resolution-feedback .section .items .not-found-item");
418-
public static final Locator CATEGORY_TAB = Locator.css(".tabbed-report-panel .category-tabs a");
419-
public static final Locator REPORT_TAB = Locator.css(".tabbed-report-panel .report-tabs a");
419+
public static final Locator CATEGORY_TAB = Locator.css(".tabbed-report-panel .category-tabs button");
420+
public static final Locator REPORT_TAB = Locator.css(".tabbed-report-panel .report-tabs button");
420421
public static final Locator VALIDATION_ERROR = Locator.css(".search-by-id-panel .validation-error");
421422
public static final Locator EMPTY_STATE_PLACEHOLDER = Locator.css(".tabbed-report-panel .empty-state-placeholder");
422423
}

ehr/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ehr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@labkey/api": "1.44.0",
1919
"@labkey/components": "6.72.1",
20-
"@labkey/ehr": "0.0.4-fb-ehr-hist-id-search.5"
20+
"@labkey/ehr": "0.0.4-fb-ehr-hist-id-search.7"
2121
},
2222
"devDependencies": {
2323
"@labkey/build": "8.7.0",

labkey-ui-ehr/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

labkey-ui-ehr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labkey/ehr",
3-
"version": "0.0.4-fb-ehr-hist-id-search.5",
3+
"version": "0.0.4-fb-ehr-hist-id-search.7",
44
"description": "Components, models, actions, and utility functions for LabKey EHR applications and pages",
55
"sideEffects": false,
66
"files": [
@@ -29,7 +29,7 @@
2929
"clean": "rimraf dist",
3030
"cleanAll": "rimraf dist && rimraf node_modules",
3131
"prepublishOnly": "npm install --legacy-peer-deps && cross-env WEBPACK_STATS=errors-only npm run build",
32-
"test": "cross-env NODE_ENV=test jest --maxWorkers=6 --silent",
32+
"test": "cross-env NODE_ENV=test jest --maxWorkers=6",
3333
"test-ci": "cross-env NODE_ENV=test jest --ci --silent",
3434
"test-coverage": "cross-env NODE_ENV=test jest --maxWorkers=6 --coverage",
3535
"lint": "npx eslint",

0 commit comments

Comments
 (0)