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.
| # | 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 | user_menu.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 | user_menu.rb | Fri Dec 7 13:25:42 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 108 |
| Changed | 1 | 4 |
| Inserted | 1 | 1 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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. DOMAIN . EX /appstore" ]') | |||||
| 42 | link(:faci lityLocato rLink, :cs s=>'a[href ="https:// www. DOMAIN . EX /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 | ||||||
| 45 | def clic kUserMenu | |||||
| 46 | wait_u ntil{ !use rMenu_elem ent.attrib ute('disab led') } | |||||
| 47 | userMe nu_element .when_pres ent(TIME_O UT_LIMIT) | |||||
| 48 | userMe nu | |||||
| 49 | end | |||||
| 50 | ||||||
| 51 | def clic kFeedback | |||||
| 52 | wait_u ntil{ !fee dback_elem ent.attrib ute('disab led') } | |||||
| 53 | feedba ck_element .when_pres ent(TIME_O UT_LIMIT) | |||||
| 54 | feedba ck | |||||
| 55 | end | |||||
| 56 | end | |||||
| 57 | TT |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.