Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table ResizeHandle isotest doesn't run in CI #781

Closed
adidahiya opened this issue Mar 6, 2017 · 2 comments
Closed

Table ResizeHandle isotest doesn't run in CI #781

adidahiya opened this issue Mar 6, 2017 · 2 comments
Assignees
Milestone

Comments

@adidahiya
Copy link
Contributor

Consistently seeing this test pending:

[23:57:09] Starting 'isotest-table'...


  Table isomorphic rendering
    ✓ <Cell>
    ✓ <EditableCell>
    ✓ <JSONFormat>
    ✓ <TruncatedFormat>
    ✓ <Draggable>
    ✓ <CopyCellsMenuItem>
    - <ResizeHandle>
    ✓ <DragSelectable>
    ✓ <ColumnHeaderCell>
    ✓ <RowHeaderCell>
    ✓ <EditableName>
    ✓ <Table> (40ms)


  11 passing (93ms)
  1 pending
@giladgray
Copy link
Contributor

this line skips the test, i don't remember why. https://github.com/palantir/blueprint/blob/master/packages/table/test/isotest.js#L24

@giladgray
Copy link
Contributor

probably because the component has very exacting props/children requirements that are hard to meet in the confines of the isotest environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants