Skip to content

Commit

Permalink
selectorStr
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu-dev committed Oct 30, 2024
1 parent f7c70c4 commit 6598e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/dolthub/publicPaths/render/pricing/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } },
},
),
Expand Down

0 comments on commit 6598e3c

Please sign in to comment.