Closed (duplicate)
Project:
Webform
Version:
6.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Nov 2023 at 16:06 UTC
Updated:
27 Aug 2025 at 19:55 UTC
Jump to comment: Most recent
Comments
Comment #3
berdirOpened a merge request.
Pipeline with 6.2.x against 10.2.x, everything is failing: https://git.drupalcode.org/issue/webform-3400868/-/jobs/309374
Pipeline with the MR against 10.2.x: not everything is failing: https://git.drupalcode.org/issue/webform-3400868/-/jobs/309454
I expect there might still be some problems, due to the changed field UI for example.
Comment #4
jrockowitz commentedYep this makes sense
Comment #5
berdirNote that this doesn't update all of these tests forms, there are _dozens_, and still 150+ test fails.
Comment #6
wim leers😬
Let's make it easy to see those: #3402134: Test Webform against upcoming 10.2.x on GitLab CI — and use concurrency to make tests 6x faster (on GitLab CI). The only way that we can be confident that this issue makes all tests pass is if this issue can make those tests green.
So … shouldn't this instead wait for that MR to land first? 🤔Other observations:
webformis rather inaccurate, and fixing those inaccuracies is likely to help make the module more stable. It's also likely to result in a better experience for the Config Translation module, for example.Comment #7
wim leersAs of #3402168-17: Follow-up for #3361534: Config validation errors can still occur for contrib modules, disrupting contrib, #3402134: Test Webform against upcoming 10.2.x on GitLab CI — and use concurrency to make tests 6x faster (on GitLab CI) is passing all of the
10.2.xtests 👍With the exception of unrelated failures (for example,
WebformStatesHiddenTestandWebformSettingsPreviewTestfail because it's asserting markup literally instead of using CSS selectors, XPath or DOMDocument — probably these output changes are due to #2441811: Upgrade filter system to HTML5). See the results.Comment #8
jrockowitz commentedI am pretty sure this was addressed via #3409978: Configuration validation fails for email fields with token values