Skip to content

fix(date-picker): respect is-date-disabled in monthrange panel #11148

fix(date-picker): respect is-date-disabled in monthrange panel

fix(date-picker): respect is-date-disabled in monthrange panel #11148

Triggered via pull request July 21, 2026 17:59
Status Failure
Total duration 5m 57s
Artifacts

node.js.yml

on: pull_request
Matrix: lint
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test (24)
Process completed with exit code 1.
src/space/tests/Space.spec.tsx > n-space > render custom style space: src/space/tests/Space.spec.tsx#L226
Error: Snapshot `n-space > render custom style space 1` mismatched - Expected + Received "<div role="none" class="n-space" style="display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; margin-top: -4px; margin-bottom: -4px;"> - <div role="none" class="" style="background-color: red; color: yellow; max-width: 100%; padding-top: 4px; padding-bottom: 4px;">div</div> + <div role="none" style="background-color: red; color: yellow; max-width: 100%; padding-top: 4px; padding-bottom: 4px;">div</div> </div>" ❯ src/space/tests/Space.spec.tsx:226:28
src/space/tests/Space.spec.tsx > n-space > render justify space: src/space/tests/Space.spec.tsx#L173
Error: Snapshot `n-space > render justify space 1` mismatched - Expected + Received "<div role="none" class="n-space" style="display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; margin-top: -4px; margin-bottom: -4px;"> - <div role="none" class="" style="max-width: 100%; margin-right: 12px; padding-top: 4px; padding-bottom: 4px;"> + <div role="none" style="max-width: 100%; margin-right: 12px; padding-top: 4px; padding-bottom: 4px;"> <div>1</div> </div> - <div role="none" class="" style="max-width: 100%; padding-top: 4px; padding-bottom: 4px;"> + <div role="none" style="max-width: 100%; padding-top: 4px; padding-bottom: 4px;"> <div>2</div> </div> </div>" ❯ src/space/tests/Space.spec.tsx:173:30 ❯ src/space/tests/Space.spec.tsx:155:17
src/space/tests/Space.spec.tsx > n-space > should render with invalidElement: src/space/tests/Space.spec.tsx#L141
Error: Snapshot `n-space > should render with invalidElement 1` mismatched - Expected + Received "<div role="none" class="n-space" style="display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; margin-top: -4px; margin-bottom: -4px;"> - <div role="none" class="" style="max-width: 100%; margin-right: 12px; padding-top: 4px; padding-bottom: 4px;">text1</div> + <div role="none" style="max-width: 100%; margin-right: 12px; padding-top: 4px; padding-bottom: 4px;">text1</div> - <div role="none" class="" style="max-width: 100%; margin-right: 12px; padding-top: 4px; padding-bottom: 4px;"><span>text1</span></div> + <div role="none" style="max-width: 100%; margin-right: 12px; padding-top: 4px; padding-bottom: 4px;"><span>text1</span></div> - <div role="none" class="" style="max-width: 100%; padding-top: 4px; padding-bottom: 4px;">text1</div> + <div role="none" style="max-width: 100%; padding-top: 4px; padding-bottom: 4px;">text1</div> </div>" ❯ src/space/tests/Space.spec.tsx:141:28
src/space/tests/Space.spec.tsx > n-space > render vertical space: src/space/tests/Space.spec.tsx#L102
Error: Snapshot `n-space > render vertical space 1` mismatched - Expected + Received "<div role="none" class="n-space" style="display: flex; flex-direction: column; justify-content: flex-start; flex-wrap: nowrap;"> - <div role="none" class="" style="max-width: 100%; margin-bottom: 8px;"> + <div role="none" style="max-width: 100%; margin-bottom: 8px;"> <div>1</div> </div> - <div role="none" class="" style="max-width: 100%;"> + <div role="none" style="max-width: 100%;"> <div>2</div> </div> </div>" ❯ src/space/tests/Space.spec.tsx:102:28
src/space/tests/Space.spec.tsx > n-space > render space number size: src/space/tests/Space.spec.tsx#L52
Error: Snapshot `n-space > render space number size 1` mismatched - Expected + Received "<div role="none" class="n-space" style="display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; margin-top: -10px; margin-bottom: -10px;"> - <div role="none" class="" style="max-width: 100%; padding-top: 10px; padding-bottom: 10px;">kirby</div> + <div role="none" style="max-width: 100%; padding-top: 10px; padding-bottom: 10px;">kirby</div> </div>" ❯ src/space/tests/Space.spec.tsx:52:28
src/space/tests/Space.spec.tsx > n-space > render space string size: src/space/tests/Space.spec.tsx#L40
Error: Snapshot `n-space > render space string size 1` mismatched - Expected + Received "<div role="none" class="n-space" style="display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; margin-top: -6px; margin-bottom: -6px;"> - <div role="none" class="" style="max-width: 100%; padding-top: 6px; padding-bottom: 6px;">kirby</div> + <div role="none" style="max-width: 100%; padding-top: 6px; padding-bottom: 6px;">kirby</div> </div>" ❯ src/space/tests/Space.spec.tsx:40:28