255. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/7/2018 11:36:06 AM Central Standard 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.

255.1 Files compared

# Location File Last Modified
1 C:\SCRUB\MHED\MHED\VAR 4.10.0\var-web-release-4.10@e10f18de1ef\veteran-appointment-requests\test\watir-ruby\pages\community_care landing_page_cc.rb Mon Oct 22 23:25:20 2018 UTC
2 C:\MHED-scrubbed\MHED\MHED\VAR 4.10.0\var-web-release-4.10@e10f18de1ef\veteran-appointment-requests\test\watir-ruby\pages\community_care landing_page_cc.rb Fri Dec 7 13:25:42 2018 UTC

255.2 Comparison summary

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

255.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

255.4 Active regular expressions

No regular expressions were active.

255.5 Comparison detail

  1   require 'r ubygems'
  2   require 'w atir-webdr iver'
  3   require 'p age-object '
  4   require_re lative '.. /base/base '
  5   require_re lative '.. /../helper /table'
  6  
  7   class Land ingCC < Ba se
  8     include  PageObject
  9  
  10     def init ialize(dri ver)
  11       super( driver)
  12     end
  13  
  14     #Landing  Page for  User with  no ICN/DFN
  15     h2(:page _title,:cs s => "#mai n-content  > div > di v > h2:nth -child(1)" )
  16     h2(:page _subtitle, :css => "# main-conte nt > div >  div > h2. error-head er")
  17     div(:pag e_details_ noICN,:css  => "#main -content . vha-enroll ment")
  18     div(:pag e_details_ noDFN,:css  => "#main -content . vha-regist er")
  19     a(:va_be nefits_lin k,:css =>  ".error-he ader + p+p +ol+p .ext ernal-link ")
  20     a(:learn _cc,:css = > "#learn- cc")
  21     div(:lea rn_cc_text ,:css => " body > div .ui-popup- container. ui-popup-a ctive")
  22     button(: learn_cc_o k_btn,:css  => "#lear ncc-ok-btn ")
  23       a(:link_ve t_choice,: css => "a[ href='http s://www. DOMAIN . EX /opa/choic eact/']")
  24       a(:facilit y_locator_ link, :css  => "a[hre f='https:/ /www. DOMAIN . EX /directory /guide/div ision.asp? dnum=1']")
  25  
  26     #Confirm ation Moda l
  27     h3(:moda l_title,:c ss => "#ex ternal-nav  > div.ui- corner-top .ui-header .ui-bar--  > h3")
  28  
  29     #Confirm ation Moda l when cli cking VA C hoice link
  30     p(:modal _info,:css  => "#exte rnal-nav >  div.ui-co ntent > p" )
  31     p(:modal _content,  :css => "# external-n av .ui-con tent>p")
  32     button(: modal_cont inue_btn,  :css => '# external-n av-continu e-btn')
  33     button(: modal_retu rn_btn, :c ss => '#ex ternal-nav -return-bt n')
  34  
  35  
  36  
  37   end TT