|
| 1 | + |
| 2 | + |
| 3 | +- name: Article with ALL components |
| 4 | + url: https://d8-dev.boston.gov/departments/digital-team/test-page |
| 5 | + waitForTimeout: 5000 |
| 6 | + execute: | |
| 7 | + jQuery('.paragraphs-item-events-and-notices').addClass("hidden"); |
| 8 | +
|
| 9 | +- name: Event (basic) - WEST END COMMUNITY PRESERVATION |
| 10 | + url: https://d8-dev.boston.gov/node/61556 |
| 11 | + |
| 12 | +- name: Event (with header) - MAYOR ON MAIN TROLLEY TOUR |
| 13 | + url: https://d8-dev.boston.gov/node/45361 |
| 14 | + |
| 15 | +- name: Listing Page - PAY AND APPLY |
| 16 | + url: https://d8-dev.boston.gov/node/32906 |
| 17 | + |
| 18 | +- name: Listing Page - PARKS AND PLAYGROUNDS |
| 19 | + url: https://d8-dev.boston.gov/node/32946 |
| 20 | + |
| 21 | +- name: Place Profile - ANIMAL CARE AND CONTROL CENTER |
| 22 | + url: https://d8-dev.boston.gov/node/2191 |
| 23 | + |
| 24 | +- name: Place Profile - BAY VILLAGE HISTORIC DISTRICT |
| 25 | + url: https://d8-dev.boston.gov/node/3251 |
| 26 | + |
| 27 | +- name: Person Profile - MARK CIOMMO |
| 28 | + url: https://d8-dev.boston.gov/node/401 |
| 29 | + |
| 30 | +- name: Person Profile - KIM JANEY |
| 31 | + url: https://d8-dev.boston.gov/node/38046 |
| 32 | + |
| 33 | +- name: Program Initiative Page - MY BROTHERS KEEPER BOSTON |
| 34 | + url: https://d8-dev.boston.gov/node/7396 |
| 35 | + |
| 36 | +- name: Program Initiative Page - AGE-FRIENDLY BOSTON |
| 37 | + url: https://d8-dev.boston.gov/node/25396 |
| 38 | + |
| 39 | +- name: Post - BIKE SHARE |
| 40 | + url: https://d8-dev.boston.gov/node/1741 |
| 41 | + |
| 42 | +- name: Post - RODENT AND PEST CONTROL |
| 43 | + url: http://d8-dev.boston.gov/node/63036 |
| 44 | + |
| 45 | +- name: How To - CPR TRAINING |
| 46 | + url: https://d8-dev.boston.gov/node/3606 |
| 47 | + execute: | |
| 48 | + jQuery('.dr-tr:last()').click(); |
| 49 | +# Expands last drawer on page |
| 50 | + |
| 51 | +- name: How To - FILE FOR A PROPERTY TAX ABATEMENT |
| 52 | + url: https://d8-dev.boston.gov/node/12806 |
| 53 | + execute: | |
| 54 | + jQuery('.dr-tr:last()').click(); |
| 55 | +# Expands last drawer on page |
| 56 | + |
| 57 | +- name: Article - PARKING METERS |
| 58 | + url: https://d8-dev.boston.gov/node/551 |
| 59 | + |
| 60 | +- name: Article - MAYORS OFFICE OF HOUSING |
| 61 | + url: https://d8-dev.boston.gov/node/2726 |
| 62 | + |
| 63 | +- name: Department - INSPECTIONAL SERVICES |
| 64 | + url: https://d8-dev.boston.gov/node/151 |
| 65 | + execute: | |
| 66 | + jQuery('.paragraphs-item-events-and-notices').addClass("hidden"); |
| 67 | +# Hides dynamic content on page to reduce false positives for changes |
| 68 | + |
| 69 | +- name: Department - HUMAN RESOURCES |
| 70 | + url: https://d8-dev.boston.gov/node/216 |
| 71 | + execute: | |
| 72 | + jQuery('.dr-c:first()').; |
| 73 | +# Expands first drawer on page |
| 74 | + |
| 75 | +- name: Public Notice - PUBLIC FACILITIES COMMISSION MEETING |
| 76 | + url: https://d8-dev.boston.gov/node/64966 |
| 77 | + |
| 78 | +- name: Guide - GETTING AROUND BOSTON |
| 79 | + url: https://d8-dev.boston.gov/node/506 |
| 80 | + |
| 81 | +- name: Guide - HAVING A CAR IN BOSTON |
| 82 | + url: https://d8-dev.boston.gov/node/6 |
| 83 | + |
| 84 | +- name: Landing Page - HOMEPAGE |
| 85 | + url: https://d8-dev.boston.gov/node/21 |
| 86 | + execute: | |
| 87 | + jQuery('.dr-tr:last()').click(); |
| 88 | +# Expands first drawer on page |
| 89 | + |
| 90 | +- name: Landing Page - CAREER CENTER |
| 91 | + url: https://d8-dev.boston.gov/node/19261 |
| 92 | + execute: | |
| 93 | + jQuery('.paragraphs-item-grid-of-cards:first()').addClass("hidden"); |
| 94 | + # Hides dynamic content on page to reduce false positives for changes |
| 95 | + |
| 96 | +- name: Procurement - INSPECTIONAL SERVICES RELATIVE TO ... |
| 97 | + url: https://d8-dev.boston.gov/node/15920681 |
| 98 | + |
| 99 | +- name: Procurement - BFD THERMAL IMAGING CAMERAS ... |
| 100 | + url: https://d8-dev.boston.gov/node/15920521 |
| 101 | + |
| 102 | +- name: Map Verification - 30 Westville St (BH) |
| 103 | + url: https://d8-dev.boston.gov/buildinghousing/30-westville-st |
| 104 | + |
| 105 | +- name: Drawers Example - DRAWERS (INSPECTION SERVICES) |
| 106 | + url: https://d8-dev.boston.gov/node/3921 |
0 commit comments