2683. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:40:52 AM 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.

2683.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\VAR v4.2.7\var-web-4.2.7@0810ae549c1.zip\veteran-appointment-requests\test\watir-ruby\pages landing.rb Mon Apr 9 06:06:53 2018 UTC
2 MHED_APPS_CIF.zip\VAR v4.2.7\var-web-4.2.7@0810ae549c1.zip\veteran-appointment-requests\test\watir-ruby\pages landing.rb Thu May 3 13:47:01 2018 UTC

2683.2 Comparison summary

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

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

2683.4 Active regular expressions

No regular expressions were active.

2683.5 Comparison detail

  1   require 'r ubygems'
  2   require 'w atir-webdr iver'
  3   require 'p age-object '
  4   require_re lative 'ba se/base'
  5  
  6   class Land ing < Base
  7     include  PageObject
  8  
  9     def init ialize(dri ver)
  10       super( driver)
  11     end
  12  
  13     expected _title "VA  Appointme nts"
  14  
  15     button(: login, :id  => 'login -btn')
  16     span(:la nding_page _title, :c ss => '#we lcome > sp an:nth-chi ld(2)')
  17     p(:text,  :css => ' div.conten t p:nth-of -type(1)')
  18     td(:info Line1, :cs s => '.ui- body table  tbody tr  td:nth-chi ld(1)')
  19     a(:vaafi _ssoe, :cs s => "body  > div > d iv.contain er > a:nth -child(2)" )
  20     ordered_ list(:app_ allows_lis t, :css =>  '.landing -page>ol')
  21  
  22     #Links o n non-auth enticated  landing pa ge
  23     #span(:d ial911, :c ss => 'a.d evice-dial .ui-link >  span')
  24     link(:di al911, :cs s => 'a[hr ef="911"]' )
  25     link(:di alVeteranC risisLink,  :css => ' a[href="1- 800-273-82 55"]')
  26  
  27     #Images_ link
  28     link(:di al911Image _link, :id  => 'dial- 911-btn')
  29     link(:di alVeteranC risisImage _link, :id  => 'dial- veteran-cr isis-line- btn')
  30  
  31     #Images
  32     image(:d ial911Imag e, :css=>' img[src="a pp/images/ call-911.p ng"]')
  33     image(:d ialVeteran CrisisImag e, :css=>' img[src="a pp/images/ veterans-c risis-line .png"]')
  34  
  35     #Confirm ation Moda l
  36     h3(:conf irmModalTi tle, :css  => 'h3.ui- title')
  37     div(:con firmText,  :css => '. ui-popup-c ontainer d iv.ui-cont ent')
  38  
  39     #Confirm ation Moda l buttons
  40     button(: return, :i d => 'devi ce-dial-re turn-btn')
  41     button(: continue,  :id => 'de vice-dial- continue-b tn' )
  42  
  43     #VetLink
  44     link(:ve tLink, :cs s => ".con tainer a+a ")
  45  
  46     #Externa l Link for  View VA F acilties
  47       link(:vaFa cilityLink , :css =>  'a[href="h ttps://www . DNS     /directory /guide/div ision.asp? dnum=1"]')
  48  
  49     # landin g page for  veterans  who are no t enrolled  in VA Hea lth
  50     h2(:moda lTitle, :c ss => "h2" )
  51     div(:mai nContent,  :id => "ma in-content ")
  52     p(:conte ntLine1, : css => 'di v.ui-conte nt p')
  53     p(:conte ntLine2, : css =>  'd iv.ui-cont ent p:nth- of-type(2) ')
  54     li(:cont entLine3,  :css => 'd iv.ui-cont ent li:nth -of-type(1 )')
  55     li(:cont entLine4,  :css => 'd iv.ui-cont ent li:nth -of-type(2 )')
  56     p(:conte ntLine5, : css => 'di v.ui-conte nt p:nth-o f-type(3)' )
  57     p(:conte ntLine6, : css => 'di v.ui-conte nt p:nth-o f-type(4)' )
  58     p(:conte ntLine7, : css => 'di v.ui-conte nt p:nth-o f-type(5)' )
  59     p(:conte ntLine8, : css => 'di v.ui-conte nt p:nth-o f-type(6)' )
  60  
  61  
  62     link(:va _enrollmen t_link, :c ss => 'a')
  63     link(:va _facility_ locator_li nk, :css = > 'div.ui- content p: nth-of-typ e(6) a')
  64  
  65   end