529. EPMO Open Source Coordination Office Redaction File Detail Report

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

529.1 Files compared

# Location File Last Modified
1 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-web-2.2.5@30ba13bb3af.zip\scheduling-manager\test\watir-ruby\pages\var_pages landing.rb Sat Apr 7 11:28:42 2018 UTC
2 MHED_APPS_CIF.zip\SM v2.2.5\scheduling-manager-web-2.2.5@30ba13bb3af.zip\scheduling-manager\test\watir-ruby\pages\var_pages landing.rb Thu May 3 13:06:06 2018 UTC

529.2 Comparison summary

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

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

529.4 Active regular expressions

No regular expressions were active.

529.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 < VARB ase
  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  
  20     #Links o n non-auth enticated  landing pa ge
  21     #span(:d ial911, :c ss => 'a.d evice-dial .ui-link >  span')
  22     a(:dial9 11, :css = > 'a[href= "911"]')
  23     a(:dialV eteranCris isLink, :c ss => 'a[h ref="1-800 -273-8255" ]')
  24  
  25     #Images_ link
  26     a(:dial9 11Image_li nk, :id =>  'dial-911 -btn')
  27     a(:dialV eteranCris isImage_li nk, :id =>  'dial-vet eran-crisi s-line-btn ')
  28  
  29     #Images
  30     image(:d ial911Imag e, :css=>' img[src="a pp/images/ call-911.p ng"]')
  31     image(:d ialVeteran CrisisImag e, :css=>' img[src="a pp/images/ veterans-c risis-line .png"]')
  32  
  33     #Confirm ation Moda l
  34     h3(:conf irmModalTi tle, :css  => 'h3.ui- title')
  35     div(:con firmText,  :css => '. ui-popup-c ontainer d iv.ui-cont ent')
  36  
  37     #Confirm ation Moda l buttons
  38     button(: return, :i d => 'devi ce-dial-re turn-btn')
  39     button(: continue,  :id => 'de vice-dial- continue-b tn' )
  40  
  41     #Externa l Link for  View VA F acilties
  42       a(:vaFacil ityLink, : css => 'a[ href="http ://m. DNS     /iFaciliti es.cfm"]')
  43  
  44     # landin g page for  veterans  who are no t enrolled  in VA Hea lth
  45     h2(:moda lTitle, :c ss => "h2" )
  46     div(:mai nContent,  :id => "ma in-content ")
  47     p(:conte ntLine1, : css => 'di v.ui-conte nt p')
  48     p(:conte ntLine2, : css =>  'd iv.ui-cont ent p:nth- of-type(2) ')
  49     li(:cont entLine3,  :css => 'd iv.ui-cont ent li:nth -of-type(1 )')
  50     li(:cont entLine4,  :css => 'd iv.ui-cont ent li:nth -of-type(2 )')
  51     p(:conte ntLine5, : css => 'di v.ui-conte nt p:nth-o f-type(3)' )
  52     p(:conte ntLine6, : css => 'di v.ui-conte nt p:nth-o f-type(4)' )
  53     p(:conte ntLine7, : css => 'di v.ui-conte nt p:nth-o f-type(5)' )
  54     p(:conte ntLine8, : css => 'di v.ui-conte nt p:nth-o f-type(6)' )
  55  
  56     link(:va _enrollmen t_link, :c ss => 'a')
  57     link(:va _facility_ locator_li nk, :css = > 'div.ui- content p: nth-of-typ e(6) a')
  58  
  59   end
  60   #external- nav-contin ue-btn