diff --git a/cypress/e2e/dolthub/publicPaths/render/pricing/index.spec.ts b/cypress/e2e/dolthub/publicPaths/render/pricing/index.spec.ts index 233fc9d0..70683b3e 100644 --- a/cypress/e2e/dolthub/publicPaths/render/pricing/index.spec.ts +++ b/cypress/e2e/dolthub/publicPaths/render/pricing/index.spec.ts @@ -102,11 +102,11 @@ describe(`${pageName} renders expected components on different devices`, () => { ...(test.name !== "enterprise" ? [ newExpectationWithScrollTo( - `should find and scroll to ${test.name} enterprise banner`, + `should find and scroll to ${test.name} card header`, `[data-cy=${test.name}-header]`, beVisible, { - selectorStr: `[data-cy=${test.name}-card]`, + selectorStr: `[data-cy=${test.name}-header]`, options: { offset: { top: -20, left: 0 } }, }, ),