Added new reference images, removed a few custom pages

This commit is contained in:
alexjanousekGSA
2024-09-30 09:58:44 -04:00
parent 060db76640
commit 687372fd6c
18 changed files with 8 additions and 1 deletions

View File

@@ -22,6 +22,13 @@ module.exports = {
],
scenarios: [
...createScenariosFromUrls(urls),
{
label: 'Choose Service - Accounts',
url: `${baseUrl}/accounts`,
selectors: ['h1.heading-large', 'a.usa-button[href="/add-service"]'],
misMatchThreshold: 0.1,
requireSameDimensions: true,
},
// example page with script
{
label: 'Get Started Page - Highlight Trial Mode',