Skip to content

Commit

Permalink
Merge branch 'ver-13.0.0' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
kekey1 committed Jul 24, 2023
2 parents 2107bc1 + 827ee30 commit 1aee60d
Show file tree
Hide file tree
Showing 126 changed files with 2,388 additions and 5,713 deletions.
15 changes: 15 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release Notes

## Version 13.0.0
_24 July 2023_

### Major Feature
* Display Listing details in new UI/UX

### User Interface Updates
* Use new Listing View for Inspect/Confirm workflow screen
* Display ICS Surveillance separately from "regular" surveillance

### Flagged Features
* Support unsubscribing from all CHPL notifications

---

## Version 12.2.1
_3 July 2023_

Expand Down
18 changes: 0 additions & 18 deletions e2e/components/attestations/attestations.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,6 @@ describe('the Attestations component', () => {
login.logOut();
});

describe('for Plexus Information Systems, Inc.', () => {
beforeEach(() => {
page.selectDeveloper('Plexus');
login.logIn('onc');
hooks.waitForSpinnerToDisappear();
});

it('should allow creation of an exception for an unattested period', () => {
const periodStart = 'Jun 30, 2020';
const initialSnacks = snack.snackCount;
component.initiateUnattestedException(periodStart);
component.createException();
browser.waitUntil(() => snack.snackCount === initialSnacks + 1);
expect(component.isCreatingException()).toBe(false);
expect(snack.matchesText('You have re-opened the submission feature for Plexus Information Systems, Inc. until')).toBe(true);
});
});

//ignoring this quarantined test as it is flaky - will address this later
xdescribe('for Ocuco Limited', () => {
beforeEach(() => {
Expand Down
24 changes: 13 additions & 11 deletions e2e/components/cms-widget/cms-widget.readonly.spec.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
import SearchPage from '../../pages/search/search.po';
import SearchPage from '../../pages/collections/search/search.po';
import Hooks from '../../utilities/hooks';

import CmsWidgetComponent from './cms-widget.po';

const listingId1 = 9851;
const listingId2 = 11149;
const listingId2 = 10974;
const listingId3 = 10964;
const search1 = '2621'; // developer code for listingId1
const search2 = '2155'; // developer code for listingId2
const search2 = '3121'; // developer code for listingId2
const chplPublicGuide = 'https://www.healthit.gov/sites/default/files/policy/chpl_public_user_guide.pdf';
const cmsReverseLookup = '#/resources/cms-lookup';
const baseCriteria = 'http://healthit.gov/topic/certification-ehrs/2015-edition-test-method/2015-edition-cures-update-base-electronic-health-record-definition';

const config = require('../../config/mainConfig');

let cms;
let hooks;
let search;
Expand All @@ -19,7 +22,7 @@ beforeAll(async () => {
search = new SearchPage();
cms = new CmsWidgetComponent();
hooks = new Hooks();
await hooks.open('#/search');
hooks.open('#/search');
});

describe('on cms widget', () => {
Expand Down Expand Up @@ -60,8 +63,8 @@ describe('on cms widget', () => {

describe('if a listing added meet 80% of base criteria (View with partial products selected) - ', () => {
beforeAll(() => {
search.searchForListing(search1);
browser.waitUntil(() => search.getColumnText(1, 6).includes(search1));
search.open();
search.searchForText(search1);
cms.addListingToCms(listingId1);
cms.waitForProcessingSpinnerToDisappear();
});
Expand Down Expand Up @@ -113,12 +116,11 @@ describe('on cms widget', () => {

describe('if there are listings added which meets 100% of base criteria(View with 100% products) - ', () => {
beforeAll(() => {
search.searchForListing(search1);
browser.waitUntil(() => search.getColumnText(1, 6).includes(search1));
cms.addListingToCms(listingId1);
search.searchForListing(search2);
browser.waitUntil(() => search.getColumnText(1, 6).includes(search2));
search.open();
search.searchForText(search2);
browser.waitUntil(() => cms.certIdButton(listingId2), config.shortTimeout);
cms.addListingToCms(listingId2);
cms.addListingToCms(listingId3);
cms.waitForProcessingSpinnerToDisappear();
});

Expand Down
16 changes: 7 additions & 9 deletions e2e/components/compare-widget/compare-widget.readonly.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import SearchPage from '../../pages/search/search.po';
import SearchPage from '../../pages/collections/search/search.po';
import Hooks from '../../utilities/hooks';

import CompareWidgetComponent from './compare-widget.po';
Expand Down Expand Up @@ -34,9 +34,9 @@ describe('on compare widget', () => {

describe('if there is exactly 1 listing added for compare', () => {
beforeAll(() => {
search.searchForListing(search2);
search.open();
search.searchForText(search2);
hooks.waitForSpinnerToDisappear();
browser.waitUntil(() => search.getColumnText(1, 6).includes(search2));
compare.addListingToCompare(ListingId2);
});

Expand All @@ -58,15 +58,13 @@ describe('on compare widget', () => {
});
});

describe('if there are at least 2 listings added for compare', () => {
xdescribe('if there are at least 2 listings added for compare', () => {
beforeAll(() => {
search.searchForListing(search1);
search.open();
search.searchForText(search1);
hooks.waitForSpinnerToDisappear();
browser.waitUntil(() => search.getColumnText(1, 6).includes(search1));
compare.addListingToCompare(ListingId1);
search.searchForListing(search2);
hooks.waitForSpinnerToDisappear();
browser.waitUntil(() => search.getColumnText(1, 6).includes(search2));
search.searchForText(search2);
compare.addListingToCompare(ListingId2);
});

Expand Down
37 changes: 0 additions & 37 deletions e2e/components/listing/details/additional/additional.po.js

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions e2e/components/listing/details/compliance/compliance.po.js

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions e2e/components/listing/details/cqm/cqm.po.js

This file was deleted.

Loading

0 comments on commit 1aee60d

Please sign in to comment.