Skip to content

Commit

Permalink
fix(svelte): scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Feb 5, 2024
1 parent 7e20c57 commit 90a303c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test('change input values', async ({ page }) => {
test('translate', async ({ page }) => {
const { findNodes } = await getGraphView(getContainer())
const translateX = -100
const translateY = -50
const translateY = 30

const [numberNode1] = await findNodes('Number')

Expand Down

0 comments on commit 90a303c

Please sign in to comment.