Produced by Araxis Merge on 10/5/2018 9:05:46 PM 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-web-2.4.0.zip\scheduling-manager\test\watir-ruby\pages\var_pages | landing.rb | Thu Jul 19 16:14:00 2018 UTC |
| 2 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-web-2.4.0.zip\scheduling-manager\test\watir-ruby\pages\var_pages | landing.rb | Fri Oct 5 20:19:41 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 120 |
| Changed | 0 | 0 |
| 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 '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(:vaFac ilityLink, :css => ' a[href="ht tp://m.va. gov/iFacil ities.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 | |||||
| 61 | T |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.