Created
December 1, 2022 22:42
-
-
Save usergenic/acfd48bee202deafca640a27b768e2cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ basic scrolling functionality, via scrollTo() > vertical > using <lit-virtualizer>... > ...and window scrolling > instant scrolling > should take no time and end up where it is supposed to | |
AssertionError: expected 42 to equal 1 | |
+ expected - actual | |
-42 | |
+1 | |
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31) | |
❌ basic scrolling functionality, via scrollTo() > vertical > using <lit-virtualizer>... > ...and virtualizer scrolling > instant scrolling > should take no time and end up where it is supposed to | |
AssertionError: expected 42 to equal 1 | |
+ expected - actual | |
-42 | |
+1 | |
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31) | |
❌ basic scrolling functionality, via scrollTo() > vertical > using the virtualize() directive... > ...and window scrolling > instant scrolling > should take no time and end up where it is supposed to | |
AssertionError: expected 42 to equal 1 | |
+ expected - actual | |
-42 | |
+1 | |
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31) | |
❌ basic scrolling functionality, via scrollTo() > vertical > using the virtualize() directive... > ...and virtualizer scrolling > instant scrolling > should take no time and end up where it is supposed to | |
AssertionError: expected 42 to equal 1 | |
+ expected - actual | |
-42 | |
+1 | |
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31) | |
❌ basic scrolling functionality, via scrollTo() > horizontal > using <lit-virtualizer>... > ...and window scrolling > instant scrolling > should take no time and end up where it is supposed to | |
AssertionError: expected 42 to equal 1 | |
+ expected - actual | |
-42 | |
+1 | |
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31) | |
❌ basic scrolling functionality, via scrollTo() > horizontal > using <lit-virtualizer>... > ...and virtualizer scrolling > instant scrolling > should take no time and end up where it is supposed to | |
AssertionError: expected 64 to equal 1 | |
+ expected - actual | |
-64 | |
+1 | |
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31) | |
❌ basic scrolling functionality, via scrollTo() > horizontal > using the virtualize() directive... > ...and window scrolling > instant scrolling > should take no time and end up where it is supposed to | |
AssertionError: expected 42 to equal 1 | |
+ expected - actual | |
-42 | |
+1 | |
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31) | |
❌ basic scrolling functionality, via scrollTo() > horizontal > using the virtualize() directive... > ...and virtualizer scrolling > instant scrolling > should take no time and end up where it is supposed to | |
AssertionError: expected 64 to equal 1 | |
+ expected - actual | |
-64 | |
+1 | |
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment