Commit b9f04df
committed
Fix Capybara locator type warnings in Backlogs
Fixes:
<internal:warning>:54:in 'Kernel.warn': Locator Type:#<Type id: 1008, name: "Type No. 1", position: 5, is_in_roadmap: true, is_milestone: false, is_default: false, color_id: nil, created_at: "2025-11-04 12:57:37.377907000 +0000", updated_at: "2025-11-04 12:57:37.377926000 +0000", is_standard: false, attribute_groups: [], description: nil, patterns: #<data WorkPackageTypes::Patterns::Collection patterns={}>, pdf_export_templates_config: {}> for selector :option must be an instance of String or Symbol or Integer. This will raise an error in a future version of Capybara. Called from: /home/git-repos/openproject/modules/backlogs/spec/support/pages/backlogs.rb:61 (StructuredWarnings::BuiltInWarning)
<internal:warning>:54:in 'Kernel.warn': Locator Integer:255 for selector :link must be an instance of String or Symbol or Array. This will raise an error in a future version of Capybara. Called from: /home/git-repos/openproject/modules/backlogs/spec/support/pages/backlogs.rb:214 (StructuredWarnings::BuiltInWarning)1 parent b958b5b commit b9f04df
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments