Open
Description
Bug Description
Running: Table.cy.ts (24 of 40)
Table - Popin Mode
1) test with one by one popping out
18 passing (7s)
1 failing
- Table - Popin Mode
test with one by one popping out:
AssertionError: Timed out retrying after 4000ms: expected '<ui5-table-header-cell#colB>' to have attribute 'role'
at Context. (Table.cy.ts:158:6)
at Context.callback (http://localhost:5173/__cypress/runner/cypress_runner.js:119045:26)
at getRet (http://localhost:5173/__cypress/runner/cypress_runner.js:118810:20)
at tryCatcher (http://localhost:5173/__cypress/runner/cypress_runner.js:1807:23)
at Promise.attempt.Promise.try (http://localhost:5173/__cypress/runner/cypress_runner.js:4315:29)
at thenFn (http://localhost:5173/__cypress/runner/cypress_runner.js:118821:66)
at yieldItem (http://localhost:5173/__cypress/runner/cypress_runner.js:119053:16)
at tryCatcher (http://localhost:5173/__cypress/runner/cypress_runner.js:1807:23)
at Object.gotValue (http://localhost:5173/__cypress/runner/cypress_runner.js:6476:18)
Affected Component
ui5-table
Expected Behaviour
No response
Isolated Example
https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/TablePopin.html
Steps to Reproduce
- https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/TablePopin.html
- Set table with to 150px using
$0.style.width = "150px"
- Set table with to 300px using
$0.style.width = "300px"
- Set table with to 500px using
$0.style.width = "500px"
- Observe that the column B is not pop out
If you refresh the page and set the table with to 500px as described in step 4 you will observe that the column doesn't popin.
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.
Metadata
Assignees
Type
Projects
Status
In progress