2684. EPMO Open Source Coordination Office Redaction File Detail Report

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

2684.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 user_menu.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 user_menu.rb Thu May 3 13:47:04 2018 UTC

2684.2 Comparison summary

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

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

2684.4 Active regular expressions

No regular expressions were active.

2684.5 Comparison detail

  1   require 'p age-object '
  2  
  3   class User MenuOption
  4     include  PageObject
  5  
  6     button(: userMenu,  :id => 'us er-menu-bt n')
  7     h3(:titl e, :css =>  '.menu-he ader')
  8     button(: about, :id  => 'about -btn')
  9     button(: help, :id= >'help-btn ')
  10     button(: feedback,  :id => 'fe edback-btn ')
  11     button(: preference s, :id =>  'preferenc es-btn')
  12     link(:la unchpad, : id => 'lau nchpad-btn ')
  13     link(:lo gOut, :id  => 'logout -btn')
  14     div(:use rMenu_pane l, :css =>  '.panel-m enu')
  15  
  16     expected _title "Us er Menu"
  17  
  18     #About p age
  19     h2(:abou tTitle, :c ss => '#ab out-popup  .ui-title' )
  20     h3(:appV ersion, :i d => 'vers ion')
  21     p(:conte ntLine1, : css => '#a bout-popup  .ui-popup  p:nth-of- type(1)')
  22     li(:cont entLine2,  :css => '# about-popu p .ui-popu p ul li:nt h-of-type( 1)')
  23     li(:cont entLine3,  :css => '# about-popu p .ui-popu p ul li:nt h-of-type( 2)')
  24     li(:cont entLine4,  :css => '# about-popu p .ui-popu p ul li:nt h-of-type( 3)')
  25     button(: ok, :id =>  'about-ok -btn')
  26  
  27     #Prefere nces Menu
  28     h2(:pref Title, :cs s => '#pre ferences-p opup .ui-t itle')
  29     p(:requi red, :css  => '#prefe rences-pop up .ui-pop up p:nth-o f-type(1)' )
  30     div(:con tent, :css  => '#emai l-preferen ces-form . email-pref erences-se ction')
  31     div(:tex t, :css =>  'ui-contr olgroup-la bel')
  32     button(: prefSave,  :id => 'pr eferences- save-btn')
  33     button(: prefCancel , :id => ' preference s-cancel-b tn')
  34     radio_bu tton_group (:emailPre f, :name=> 'modal-ema ilAllowed' )
  35     text_fie ld(:email,  :id => 'm odal-email Address')
  36  
  37     #h3(:err orSummaryH eader, :id  => 'error -list-head ing h3')
  38  
  39     #TODO
  40     #Help Me nu
  41       link(:appS toreLink,  :css=>'a[h ref="https ://mobile. DNS     /appstore" ]')
  42       link(:faci lityLocato rLink, :cs s=>'a[href ="https:// www. DNS     /directory /guide/div ision.asp? dnum=1"]')
  43     link(:us erGuideLin k, :css =>  'a[href=" app/module s/user-gui de/Veteran _Appointme nt_Request _UG.pdf"]' )
  44   end