1101. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/13/2018 7:47:50 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

1101.1 Files compared

# Location File Last Modified
1 TASCore_v1.0_Build_2_Jan_2018.zip\MCCF_EDI_TAS_WebUI\e2e\src\pages\partials footer.po.ts Thu Feb 15 21:16:36 2018 UTC
2 TASCore_v1.0_Build_2_Jan_2018.zip\MCCF_EDI_TAS_WebUI\e2e\src\pages\partials footer.po.ts Tue Mar 6 16:18:13 2018 UTC

1101.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 60
Changed 1 2
Inserted 0 0
Removed 0 0

1101.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

1101.4 Active regular expressions

No regular expressions were active.

1101.5 Comparison detail

  1   //footer.p o.ts
  2   import {by , element}  from 'pro tractor';
  3  
  4   export cla ss Footer  {
  5       css_eB usinessSol utions = ' h3.usa-foo ter-logo-h eading a';
  6       css_eB usinessSol utions_hea der = 'h3. usa-footer -logo-head ing';
  7       css_da teTime = ' div.usa-fo oter-prima ry-content  span#date timeclock' ;
  8         css_email  = 'div.usa -footer-co ntact_info  a[title=\ 'email  PII                \']';
  9       css_he lp = 'a.us a-footer-p rimary-lin k[title=\' Help Info\ ']';
  10       css_co ntactUs =  'a.usa-foo ter-primar y-link[tit le=\'Conta ct Info\'] ';
  11       css_fa q = 'a.usa -footer-pr imary-link [title=\'F requently  Asked Ques tions\']';
  12       css_va _logo = 'd iv.footerL ogo img';
  13       css_eI nsurance =  'a.usa-fo oter-prima ry-link[ti tle=\'eIns urance\']' ;
  14       css_eP harmacy =  'a.usa-foo ter-primar y-link[tit le=\'ePhar macy\']';
  15       css_eP ayments =  'a.usa-foo ter-primar y-link[tit le=\'ePaym ents\']';
  16       css_no nmccf = 'a .usa-foote r-primary- link[title =\'Non-MCC F\']';
  17       css_np i = 'a.usa -footer-pr imary-link [title=\'N PI\']';
  18       css_eA dmin = 'a. usa-footer -primary-l ink[title= \'eAdmin\' ]';
  19       css_TA S_Playbook  = 'div.fo oterFeedba ck a[title =\'TAS Pla ybook\']';
  20       css_TA S_Design_G uide = 'di v.footerFe edback a[t itle=\'Des ign Guide\ ']';
  21       css_pr ovide_feed back = 'di v.footerFe edback a[t itle=\'pro vide feedb ack\']';
  22  
  23       faq =  element( b y.css(this .css_faq)  );
  24       contac tUs = elem ent( by.cs s(this.css _contactUs ) );
  25       help =  element(  by.css(thi s.css_help ) );
  26       phone  = element(  by.css('d iv.usa-wid th-one-thi rd div.usa -footer-pr imary-cont ent.usa-fo oter-conta ct_info sp an:nth-of- type(1)')  );
  27       phoneN umber = el ement( by. css('div.u sa-width-o ne-third d iv.usa-foo ter-primar y-content. usa-footer -contact_i nfo span:n th-of-type (2)') );
  28       email  = element(  by.css(th is.css_ema il) );
  29       eBusin essSolutio ns = eleme nt( by.css (this.css_ eBusinessS olutions)  );
  30       dateTi me = eleme nt( by.css (this.css_ dateTime)  );
  31   };