Skip to content

Commit

Permalink
fix(svelte): scroll (#27)
Browse files Browse the repository at this point in the history
* fix(svelte): scroll

* fix(snaphots): update snapshots

---------

Co-authored-by: rete-js[bot] <rete-js[bot]@users.noreply.github.com>
  • Loading branch information
Ni55aN and rete-js[bot] committed Feb 6, 2024
1 parent 895854d commit c2b5460
Show file tree
Hide file tree
Showing 41 changed files with 1 addition and 1 deletion.
Binary file modified snapshots/angular12/chromium/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular12/firefox/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular12/webkit/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular13/chromium/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular13/firefox/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular13/webkit/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular14/chromium/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular14/firefox/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular14/webkit/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular15/chromium/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular15/firefox/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular15/webkit/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular16/chromium/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular16/firefox/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular16/webkit/minimap-dblclick-viewport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular16/webkit/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular17/chromium/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular17/firefox/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/angular17/webkit/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/react16/chromium/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/react16/firefox/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/react16/webkit/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/react17/chromium/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/react17/firefox/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/react17/webkit/translate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified snapshots/react18/chromium/translate.png
Binary file modified snapshots/react18/firefox/translate.png
Binary file modified snapshots/react18/webkit/translate.png
Binary file modified snapshots/svelte3/chromium/translate.png
Binary file modified snapshots/svelte3/firefox/translate.png
Binary file modified snapshots/svelte3/webkit/translate.png
Binary file modified snapshots/svelte4/chromium/translate.png
Binary file modified snapshots/svelte4/firefox/translate.png
Binary file modified snapshots/svelte4/webkit/translate.png
Binary file modified snapshots/vue2/chromium/translate.png
Binary file modified snapshots/vue2/firefox/translate.png
Binary file modified snapshots/vue2/webkit/translate.png
Binary file modified snapshots/vue3/chromium/translate.png
Binary file modified snapshots/vue3/firefox/translate.png
Binary file modified snapshots/vue3/webkit/translate.png
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 c2b5460

Please sign in to comment.