You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are test failures in Firefox associated with the nimble-table. See this test run
Failure excerpts:
[test-concurrent:nimble-components] [test-firefox] 1) updates scroll position if data length is reduced while not attached
[test-concurrent:nimble-components] [test-firefox] Table detaching and reattaching
[test-concurrent:nimble-components] [test-firefox] Expected 0 to be greater than 0.
[test-concurrent:nimble-components] [test-firefox] 2) maintains scroll position if data does not change
[test-concurrent:nimble-components] [test-firefox] Table detaching and reattaching
[test-concurrent:nimble-components] [test-firefox] Expected 0 to be 6352.
[test-concurrent:nimble-components] [test-firefox] 3) adjusts the number of rendered rows when the table height decreases while not attached
[test-concurrent:nimble-components] [test-firefox] Table detaching and reattaching
[test-concurrent:nimble-components] [test-firefox] Expected 18 to be less than 18.
Added three more tests related to the table that I saw fail on Firefox.
[test-concurrent:nimble-components] [test-firefox] Table
[test-concurrent:nimble-components] [test-firefox] detaching and reattaching
[test-concurrent:nimble-components] [test-firefox] - updates scroll position if data length is reduced while not attached #SkipFirefox (0ms)
[test-concurrent:nimble-components] [test-firefox] - maintains scroll position if data does not change #SkipFirefox (0ms)
[test-concurrent:nimble-components] [test-firefox] ✗ maintains scroll position if data length is increased while not attached (1283ms)
[test-concurrent:nimble-components] [test-firefox] Expected 0 to be 6352.
[test-concurrent:nimble-components] [test-firefox] Table Column Sizing
[test-concurrent:nimble-components] [test-firefox] columns/cells are sized correctly after scrolling vertically
[test-concurrent:nimble-components] [test-firefox] ✗ when columns have fractional widths (12918ms)
[test-concurrent:nimble-components] [test-firefox] Error: Timeout - Async function did not complete within 10000ms (set by jasmine.DEFAULT_TIMEOUT_INTERVAL) in /home/runner/work/nimble/nimble/node_modules/karma-jasmine/node_modules/jasmine-core/lib/jasmine-core/jasmine.js (line 7612)
[test-concurrent:nimble-components] [test-firefox]
[test-concurrent:nimble-components] [test-firefox] table column size changes result in correct rendered widths
[test-concurrent:nimble-components] [test-firefox] ✗ second column set to use pixelWidth (89ms)
[test-concurrent:nimble-components] [test-firefox] Error: Attempting to index past the total number of rendered rows in /tmp/_karma_webpack_798083/commons.js (line 109158)
Failure excerpt:
💻 Repro or Code Sample
🤔 Expected Behavior
😯 Current Behavior
💁 Possible Solution
🔦 Context
🌍 Your Environment
OS & Device: [e.g. MacOS, iOS, Windows, Linux] on [iPhone 7, PC]
Browser [e.g. Microsoft Edge, Google Chrome, Apple Safari, Mozilla FireFox]
Version [e.g. 1.8.0]
The text was updated successfully, but these errors were encountered:
# Pull Request
## 🤨 Rationale
Disabling tests that I saw failing on an unrelated pipeline
Issues have been created to track these failing tests: #2488, #2490,
#2491
## 👩💻 Implementation
N/A
## 🧪 Testing
N/A
## ✅ Checklist
<!--- Review the list and put an x in the boxes that apply or ~~strike
through~~ around items that don't (along with an explanation). -->
- [ ] I have updated the project documentation to reflect my changes or
determined no changes are needed.
---------
Co-authored-by: Jesse Attas <[email protected]>
# Pull Request
## 🤨 Rationale
Ran into a couple intermittent tests, so disabling them.
## 👩💻 Implementation
Added `#SkipFirefox` tag to test name and added comment linking to issue
(#2491)
## 🧪 Testing
N/A
## ✅ Checklist
- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
m-akinc
changed the title
[Table] Test failures in firefox
[Table] Intermittent test failures in firefox
Jan 23, 2025
🐛 Bug Report
There are test failures in Firefox associated with the nimble-table. See this test run
Failure excerpts:
Added three more tests related to the table that I saw fail on Firefox.
Failure excerpt:
💻 Repro or Code Sample
🤔 Expected Behavior
😯 Current Behavior
💁 Possible Solution
🔦 Context
🌍 Your Environment
The text was updated successfully, but these errors were encountered: