You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser and OS versions: HeadlessChrome 75.0.3770 | macOS 10.14.5 (18F203)
Steps to reproduce
Fork repo
Clone to local
yarn install
yarn verify
Actual behavior
Failing on the karma tests on default develop branch
FAILED TESTS:
scrollUtils
measureScrollBarThickness
✖ measures correctly when only vertical scrollbar is showing
HeadlessChrome 75.0.3770 (Mac OS X 10.14.5)
AssertionError: measures vertical scrollbar correctly: expected 0 to be above 0
at Context.<anonymous> (test/index.js:156445:74)
✖ measures correctly when only horizontal scrollbar is showing
HeadlessChrome 75.0.3770 (Mac OS X 10.14.5)
AssertionError: measures horizontal scrollbar correctly: expected 0 to be above 0
at Context.<anonymous> (test/index.js:156451:78)
✖ measures correctly when both scrollbars are showing
HeadlessChrome 75.0.3770 (Mac OS X 10.14.5)
AssertionError: measures vertical scrollbar correctly: expected 0 to be above 0
at Context.<anonymous> (test/index.js:156455:74)
TableQuadrantStack
Scroll syncing
✖ syncs quadrant scroll offsets when scrolling the main quadrant
HeadlessChrome 75.0.3770 (Mac OS X 10.14.5)
AssertionError: expected 1 to equal 2
at assertScrollPositionEquals (test/index.js:158620:50)
at Context.<anonymous> (test/index.js:158577:13)
✖ syncs quadrant scroll offsets when mouse-wheeling in the main quadrant
HeadlessChrome 75.0.3770 (Mac OS X 10.14.5)
AssertionError: expected 1 to equal 2
at assertScrollPositionEquals (test/index.js:158620:50)
at Context.<anonymous> (test/index.js:158586:13)
✖ syncs quadrant scroll offsets when mouse-wheeling in the top quadrant
HeadlessChrome 75.0.3770 (Mac OS X 10.14.5)
AssertionError: expected 1 to equal 2
at assertScrollPositionEquals (test/index.js:158620:50)
at Context.<anonymous> (test/index.js:158596:13)
✖ syncs quadrant scroll offsets when mouse-wheeling in the left quadrant
HeadlessChrome 75.0.3770 (Mac OS X 10.14.5)
AssertionError: expected 1 to equal 2
at assertScrollPositionEquals (test/index.js:158620:50)
at Context.<anonymous> (test/index.js:158606:13)
✖ syncs quadrant scroll offsets when mouse-wheeling in the top-left quadrant
HeadlessChrome 75.0.3770 (Mac OS X 10.14.5)
AssertionError: expected 1 to equal 2
at assertScrollPositionEquals (test/index.js:158620:50)
at Context.<anonymous> (test/index.js:158615:13)
Expected behavior
Everything to run swimmingly
Possible solution
I'm unsure if there is a specific branch that I should be building from locally. Following the docs I can't see a specific branch mentioned.
I'm following the specific node & yarn versions, so I'm not sure why that would be an issue.
node: v8.16.0 | yarn: 1.16.0
The text was updated successfully, but these errors were encountered:
adidahiya
changed the title
Yarn verify - failing tests
[table] scroll behavior tests failing in local development
Jul 17, 2019
Environment
Steps to reproduce
yarn install
yarn verify
Actual behavior
Failing on the karma tests on default develop branch
Expected behavior
Everything to run swimmingly
Possible solution
I'm unsure if there is a specific branch that I should be building from locally. Following the docs I can't see a specific branch mentioned.
I'm following the specific node & yarn versions, so I'm not sure why that would be an issue.
node: v8.16.0 | yarn: 1.16.0
The text was updated successfully, but these errors were encountered: