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

[ui5-date-time-picker]: regularly failing test #11177

Closed
1 task done
nnaydenow opened this issue Mar 25, 2025 · 0 comments · Fixed by #11206
Closed
1 task done

[ui5-date-time-picker]: regularly failing test #11177

nnaydenow opened this issue Mar 25, 2025 · 0 comments · Fixed by #11206
Assignees
Labels
bug This issue is a bug in the code TOPIC B Very High Prio

Comments

@nnaydenow
Copy link
Contributor

Bug Description

DateTimePicker general interaction
✓ tests picker opens/closes programmatically (114ms)
- tests selection of new date
✓ tests time controls adjustments (573ms)
- tests selection of new date without changing the time section
✓ tests time controls for dtSeconds picker (60ms)
✓ tests time controls for dtMinutes picker (56ms)
✓ tests hours clock is active on picker open (44ms)
- tests selection of 12:34:56 AM
1) tests change event is prevented on submit when prevent default is called
✓ Min and max dates are set, with no format pattern provided, using valid ISO format (152ms)
✓ picker popover should have accessible name (42ms)
- tests change event is fired on submit

7 passing (8s)
4 pending
1 failing

  1. DateTimePicker general interaction
    tests change event is prevented on submit when prevent default is called:
    AssertionError: Timed out retrying after 4000ms: expected '<ui5-input#ui5wc_79-inner.ui5-date-picker-input>' to be 'focused'
    at Context. (DateTimePicker.cy.tsx:363:4)
    at runnable.fn (http://localhost:5173/__cypress/runner/cypress_runner.js:138291:19)
    at callFn (http://localhost:5173/__cypress/runner/cypress_runner.js:156911:21)
    at Runnable.run (http://localhost:5173/__cypress/runner/cypress_runner.js:156898:7)
    at (http://localhost:5173/__cypress/runner/cypress_runner.js:162[822](https://github.com/SAP/ui5-webcomponents/actions/runs/14062162697/job/39375468421#step:6:823):30)
    at PassThroughHandlerContext.finallyHandler (http://localhost:5173/__cypress/runner/cypress_runner.js:4072:23)
    at PassThroughHandlerContext.tryCatcher (http://localhost:5173/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5173/__cypress/runner/cypress_runner.js:1519:31)

(Results)

┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Tests: 12 │
│ Passing: 7 │
│ Failing: 1 │
│ Pending: 4 │
│ Skipped: 0 │
│ Screenshots: 0 │
│ Video: false │
│ Duration: 8 seconds │
│ Spec Ran: DateTimePicker.cy.tsx │
└────────────────────────────────────────────────────────────────────────────────────────────────┘

Affected Component

ui5-date-time-picker

Expected Behaviour

No response

Isolated Example

No response

Steps to Reproduce

...

Log Output, Stack Trace or Screenshots

No response

Priority

Very High

UI5 Web Components Version

nightly

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code TOPIC B Very High Prio
Projects
Status: Completed
Development

Successfully merging a pull request may close this issue.

2 participants