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

Testing state debounce with lens.setPalette #6

Draft
wants to merge 1 commit into
base: color-mapping-tables
Choose a base branch
from

Conversation

nickofthyme
Copy link
Owner

@nickofthyme nickofthyme commented Aug 23, 2024

⚠️ Testing PR for comparing failed test runs.

This is the error you should see here.

└-: dashboard
--
  | └-> "before all" hook: beforeTestSuite.trigger in "dashboard"
  | └-: sync colors
  | └-> "before all" hook: beforeTestSuite.trigger for "should sync colors on dashboard for legacy default palette - problem test"
  | └-> "before all" hook for "should sync colors on dashboard for legacy default palette - problem test"
  | └-> should sync colors on dashboard for legacy default palette - problem test
  | └-> "before each" hook: global before each for "should sync colors on dashboard for legacy default palette - problem test"
  | └- ✖ fail: dashboard sync colors should sync colors on dashboard for legacy default palette - problem test
  | │       Error: Key "IN" was assigned multiple colors: ["#6092c0","#54b399"]
  | │       + expected - actual
  | │
  | │       -2
  | │       +1
  | │
  | │       at Assertion.assert (expect.js:100:11)
  | │       at Assertion.eql (expect.js:244:8)
  | │       at forEach (sync_colors.ts:156:29)
  | │       at Map.forEach (<anonymous>)
  | │       at Context.<anonymous> (sync_colors.ts:155:30)
  | │       at processTicksAndRejections (node:internal/process/task_queues:95:5)
  | │       at Object.apply (wrap_function.js:73:16)
  | │
  | │
  | └-> "after all" hook for "should be possible to disable color sync"
  | └-> "after all" hook: afterTestSuite.trigger for "should be possible to disable color sync"
  | └-> "after all" hook: afterTestSuite.trigger in "dashboard"
  |  
  | 0 passing (1.0m)
  | 1 failing
  |  
  | 1)    dashboard
  | sync colors
  | should sync colors on dashboard for legacy default palette - problem test:
  |  
  |  
  | Error: Key "IN" was assigned multiple colors: ["#6092c0","#54b399"]
  | + expected - actual
  |  
  | -2
  | +1
  |  
  | at Assertion.assert (expect.js:100:11)
  | at Assertion.eql (expect.js:244:8)
  | at forEach (sync_colors.ts:156:29)
  | at Map.forEach (<anonymous>)
  | at Context.<anonymous> (sync_colors.ts:155:30)
  | at processTicksAndRejections (node:internal/process/task_queues:95:5)
  | at Object.apply (wrap_function.js:73:16)

@nickofthyme nickofthyme changed the title Testing state debounce with lens.setPallete Testing state debounce with lens.setPalette Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant